diff --git a/hosts/ame/hardware-configuration.nix b/hosts/ame/hardware-configuration.nix index e50c068..a6f8710 100644 --- a/hosts/ame/hardware-configuration.nix +++ b/hosts/ame/hardware-configuration.nix @@ -18,16 +18,16 @@ fsType = "ext4"; }; - fileSystems."/nas" = { - device = "192.168.1.71:/volume1/ame"; - fsType = "nfs"; - }; - fileSystems."/boot/efi" = { device = "/dev/disk/by-uuid/4D09-1D57"; fsType = "vfat"; }; + fileSystems."/nas" = { + device = "192.168.1.71:/volume1/ame"; + fsType = "nfs"; + }; + swapDevices = [ {device = "/dev/disk/by-uuid/4f69ab31-f6a9-4799-92f1-5abbe0dc9180";} ]; diff --git a/hosts/kariru/hardware-configuration.nix b/hosts/kariru/hardware-configuration.nix index 3058345..416650a 100644 --- a/hosts/kariru/hardware-configuration.nix +++ b/hosts/kariru/hardware-configuration.nix @@ -16,6 +16,7 @@ device = "/dev/disk/by-uuid/f5a0738c-d027-4ffb-82ec-9901ca6b310b"; fsType = "ext4"; }; + fileSystems."/media" = { device = "192.168.1.71:/volume1/media"; fsType = "nfs"; diff --git a/hosts/tsuki/hardware-configuration.nix b/hosts/tsuki/hardware-configuration.nix index 8838832..a23c2ff 100755 --- a/hosts/tsuki/hardware-configuration.nix +++ b/hosts/tsuki/hardware-configuration.nix @@ -32,6 +32,7 @@ device = "/dev/disk/by-uuid/9e5a189d-7435-45d7-aef6-cdee4de2428d"; fsType = "ext4"; }; + fileSystems."/nas" = { device = "192.168.1.71:/volume1/tsuki"; fsType = "nfs";