Machine configuration for dad
- Nix 100%
|
Ariel Richtman
cdb96125b9
flake.lock: Update
Flake lock file updates: • Updated input 'nixpkgs': 'github:nixos/nixpkgs/6e987485eb2c77e5dcc5af4e3c70843711ef9251?narHash=sha256-RKwfXA4OZROjBTQAl9WOZQFm7L8Bo93FQwSJpAiSRvo%3D' (2025年07月16日) → 'github:nixos/nixpkgs/8110df5ad7abf5d4c0f6fb0f8f978390e77f9685?narHash=sha256-D3Q07BbIA2KnTcSXIqqu9P586uWxN74zNoCH3h2ESHg%3D' (2026年03月28日) |
||
|---|---|---|
| blocky.nix | chore: update network addresses | |
| configuration.nix | chore: update network addresses | |
| flake.lock | flake.lock: Update | |
| flake.nix | chore: update network addresses | |
| hardware-configuration.nix | wip: add data disk and garbage collection | |
| LICENSE | feat: initial commit of system | |
| monitoring.nix | wip: fix dns filtering, add monitoring | |
| proxy.nix | wip: fix dns filtering, add monitoring | |
| README.md | feat: fix nfs | |
dad-nix
Dad's Nix.
NFS setup
- Enable NFS client, check service is running
- Set registry keys to default UID and GID.
(may not be necessary with NFS server options)
HKLM>Software>Microsoft>CLientForNFW>CurrentVersion>Default>Anonymous[UID|GID]=DWord:2000 New-PSDrive -Name z -Root "\192円.168.0.2\data" -Persist -PSProvider "FileSystem"ORC:\Windows\System\nfsmount.exe -o mtype=hard -o -o anon -nolock -o fileaccess=644 \192円.168.0.2 x: