feat: enable nas for tsuki
This commit is contained in:
parent
330117eb13
commit
40db37aa75
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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"; }
|
||||
|
|
Loading…
Reference in a new issue