From cf1b0bc02c1797d79a5db0e0f1495b76fc1b5c51 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Thu, 17 Apr 2025 01:45:42 -0600 Subject: [PATCH] mount srv again --- hosts/workstation/hardware-configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/workstation/hardware-configuration.nix b/hosts/workstation/hardware-configuration.nix index 8856fb0..a2c44c5 100644 --- a/hosts/workstation/hardware-configuration.nix +++ b/hosts/workstation/hardware-configuration.nix @@ -122,8 +122,8 @@ "/srv/games" = btrfsMount "games"; #"/srv/miniserver/pool" = nfsMount "miniserver" "pool"; #"/srv/miniserver/jawz" = nfsMount "miniserver" "jawz"; - #"/srv/server/pool" = nfsMount "server" "pool"; - #"/srv/server/jawz" = nfsMount "server" "jawz"; + "/srv/server/pool" = nfsMount "server" "pool"; + "/srv/server/jawz" = nfsMount "server" "jawz"; "/boot" = { device = "/dev/disk/by-uuid/ac6d349a-96b9-499e-9009-229efd7743a5"; fsType = "ext4";