arashi: remove nas mount
All checks were successful
flake check / check (push) Successful in 7m45s
fmt check / check (push) Successful in 41s

This commit is contained in:
notohh 2023-12-24 13:48:33 -05:00
parent ab5a50b976
commit 92e3f3a0be
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -17,11 +17,6 @@
fsType = "ext4"; fsType = "ext4";
}; };
fileSystems."/nas" = {
device = "192.168.1.71:/volume1/arashi";
fsType = "nfs";
};
swapDevices = [ swapDevices = [
{device = "/dev/disk/by-uuid/e9eb4b6a-e9a1-4616-8c82-349d2f38d140";} {device = "/dev/disk/by-uuid/e9eb4b6a-e9a1-4616-8c82-349d2f38d140";}
]; ];