summaryrefslogtreecommitdiff
path: root/users/timmy/nas.nix
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2026-06-08 15:38:48 -0500
committerTim Keller <tjk@tjkeller.xyz>2026-06-08 15:38:48 -0500
commitb39f24436d5672e90e4261f0dfb906d97e92f1be (patch)
tree9f6ecbdc0b3681aba0b2dae8e80e97ce757e88ba /users/timmy/nas.nix
parente6765f1de5fd4eff7b6dbc84460cd6b9f614b0ce (diff)
downloadnixos-b39f24436d5672e90e4261f0dfb906d97e92f1be.tar.xz
nixos-b39f24436d5672e90e4261f0dfb906d97e92f1be.zip
new nas mountpoints and poweredge hostname + remove old hostnamesHEADmaster
Diffstat (limited to 'users/timmy/nas.nix')
-rw-r--r--users/timmy/nas.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/users/timmy/nas.nix b/users/timmy/nas.nix
index 8fa28c3..bacb0f0 100644
--- a/users/timmy/nas.nix
+++ b/users/timmy/nas.nix
@@ -21,10 +21,9 @@ in {
config = lib.mkIf cfg.enable {
fileSystems = lib.optionalAttrs cfg.home.enable {
- "/media/Storage/Media" = mkNetworkFileSystem "truenas-home:/mnt/Storage/Media" cfg.home.automount;
- "/media/Storage/Backups" = mkNetworkFileSystem "truenas-home:/mnt/Storage/Backups" cfg.home.automount;
- "/media/Storage/Tapes" = mkNetworkFileSystem "truenas-home:/mnt/Storage/Backups/Tapes" cfg.home.automount;
- "/media/Family Photos" = mkNetworkFileSystem "truenas-home:/mnt/Media/Photos" cfg.home.automount;
+ "/media/ingens/backups" = mkNetworkFileSystem "poweredge:/media/ingens/backups" cfg.home.automount;
+ "/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;