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
|
cryptomator
|
||||||
gimp
|
gimp
|
||||||
chromium
|
chromium
|
||||||
|
obsidian
|
||||||
ventoy-bin-full
|
ventoy-bin-full
|
||||||
|
|
||||||
# gaming
|
# gaming
|
||||||
|
@ -188,6 +189,7 @@
|
||||||
python3.pkgs.pip
|
python3.pkgs.pip
|
||||||
gtk-engine-murrine
|
gtk-engine-murrine
|
||||||
pinentry-gtk2
|
pinentry-gtk2
|
||||||
|
nfs-utils
|
||||||
nil
|
nil
|
||||||
rust-analyzer
|
rust-analyzer
|
||||||
gopls
|
gopls
|
||||||
|
|
|
@ -32,6 +32,10 @@
|
||||||
{ device = "/dev/disk/by-uuid/9e5a189d-7435-45d7-aef6-cdee4de2428d";
|
{ device = "/dev/disk/by-uuid/9e5a189d-7435-45d7-aef6-cdee4de2428d";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
|
fileSystems."/nas" =
|
||||||
|
{ device = "192.168.1.71:/volume1/tsuki";
|
||||||
|
fsType = "nfs";
|
||||||
|
};
|
||||||
|
|
||||||
swapDevices =
|
swapDevices =
|
||||||
[ { device = "/dev/disk/by-uuid/2f5e2c64-99b8-4fa0-943c-c9dd45c84fdc"; }
|
[ { device = "/dev/disk/by-uuid/2f5e2c64-99b8-4fa0-943c-c9dd45c84fdc"; }
|
||||||
|
|
Loading…
Reference in a new issue