diff --git a/hosts/workstation/hardware-configuration.nix b/hosts/workstation/hardware-configuration.nix index 25779a7..8d15873 100644 --- a/hosts/workstation/hardware-configuration.nix +++ b/hosts/workstation/hardware-configuration.nix @@ -75,9 +75,8 @@ "/mnt/games" = btrfsMount "games" // { }; "/mnt/miniserver/pool" = nfsMount "miniserver" "pool" // { }; "/mnt/miniserver/jawz" = nfsMount "miniserver" "jawz" // { }; - # "/mnt/server/pool" = nfsMount "server" "pool" // { }; - # "/mnt/server/jawz" = nfsMount "server" "jawz" // { }; - # "/mnt/server/btrfs" = nfsMount "server" "btrfs" // { }; + "/mnt/server/pool" = nfsMount "server" "pool" // { }; + "/mnt/server/jawz" = nfsMount "server" "jawz" // { }; "/boot" = { device = "/dev/disk/by-uuid/ac6d349a-96b9-499e-9009-229efd7743a5"; fsType = "ext4";