feat: enable nas for tsuki

This commit is contained in:
notohh 2023-02-17 00:54:22 -05:00
parent 330117eb13
commit 40db37aa75
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 6 additions and 0 deletions

View file

@ -148,6 +148,7 @@
cryptomator
gimp
chromium
obsidian
ventoy-bin-full
# gaming
@ -188,6 +189,7 @@
python3.pkgs.pip
gtk-engine-murrine
pinentry-gtk2
nfs-utils
nil
rust-analyzer
gopls

View file

@ -32,6 +32,10 @@
{ device = "/dev/disk/by-uuid/9e5a189d-7435-45d7-aef6-cdee4de2428d";
fsType = "ext4";
};
fileSystems."/nas" =
{ device = "192.168.1.71:/volume1/tsuki";
fsType = "nfs";
};
swapDevices =
[ { device = "/dev/disk/by-uuid/2f5e2c64-99b8-4fa0-943c-c9dd45c84fdc"; }