summaryrefslogtreecommitdiffstats
path: root/users/timmy
diff options
context:
space:
mode:
Diffstat (limited to 'users/timmy')
-rw-r--r--users/timmy/hosts.nix2
-rw-r--r--users/timmy/nas.nix6
2 files changed, 5 insertions, 3 deletions
diff --git a/users/timmy/hosts.nix b/users/timmy/hosts.nix
index c49544e..1d9a0cc 100644
--- a/users/timmy/hosts.nix
+++ b/users/timmy/hosts.nix
@@ -2,5 +2,7 @@
networking.hosts = {
"192.168.77.88" = [ "publicgit" "cgit" ];
"192.168.77.3" = [ "devel" ];
+ "192.168.1.10" = [ "poweredge" ];
+ "192.168.77.11" = [ "poweredge-pro" ];
};
}
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
};