From 44faea7b8e2b561f9fa301097cd4c1d31a268521 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Fri, 25 Sep 2026 18:32:47 -0500 Subject: add host cfg for poweredge/poweredge-pro. fix nfs shares --- users/timmy/nas.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'users/timmy/nas.nix') diff --git a/users/timmy/nas.nix b/users/timmy/nas.nix index d878ac9..82d41ef 100644 --- a/users/timmy/nas.nix +++ b/users/timmy/nas.nix @@ -26,9 +26,9 @@ in { "/media/ingens/tapes" = mkNetworkFileSystem "poweredge:/media/ingens/tapes" cfg.home.automount; "/media/ingens/pictures" = mkNetworkFileSystem "poweredge:/media/ingens/pictures" cfg.home.automount; } // lib.optionalAttrs cfg.office.enable { - "/media/chexx/chexx" = mkNetworkFileSystem "truenas-office:/mnt/Storage/chexx" cfg.office.automount; - "/media/chexx/tkdocs" = mkNetworkFileSystem "truenas-office:/mnt/Storage/Users/Tim-Keller" cfg.office.automount; - "/media/chexx/scans" = mkNetworkFileSystem "truenas-office:/mnt/Storage/Scans" cfg.office.automount; + "/media/chexx/chexx" = mkNetworkFileSystem "poweredge-pro:/mnt/Storage/chexx" cfg.office.automount; + "/media/chexx/tkdocs" = mkNetworkFileSystem "poweredge-pro:/mnt/Storage/Users/Tim-Keller" cfg.office.automount; + "/media/chexx/scans" = mkNetworkFileSystem "poweredge-pro:/mnt/Storage/Scans" cfg.office.automount; }; # TODO auto mkdirz }; -- cgit v1.3.1