1
0
Fork
You've already forked dad-nix
0
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日)
2026年04月01日 11:24:19 +10:00
blocky.nix chore: update network addresses 2026年04月01日 11:21:48 +10:00
configuration.nix chore: update network addresses 2026年04月01日 11:21:48 +10:00
flake.lock flake.lock: Update 2026年04月01日 11:24:19 +10:00
flake.nix chore: update network addresses 2026年04月01日 11:21:48 +10:00
hardware-configuration.nix wip: add data disk and garbage collection 2025年04月06日 01:42:25 +00:00
LICENSE feat: initial commit of system 2025年02月22日 18:40:00 +10:00
monitoring.nix wip: fix dns filtering, add monitoring 2025年04月05日 21:38:00 +10:00
proxy.nix wip: fix dns filtering, add monitoring 2025年04月05日 21:38:00 +10:00
README.md feat: fix nfs 2025年07月21日 05:36:16 +00:00

dad-nix

Dad's Nix.

NFS setup

  1. Enable NFS client, check service is running
  2. 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
  3. New-PSDrive -Name z -Root "\192円.168.0.2\data" -Persist -PSProvider "FileSystem" OR C:\Windows\System\nfsmount.exe -o mtype=hard -o -o anon -nolock -o fileaccess=644 \192円.168.0.2 x: