summaryrefslogtreecommitdiff
path: root/hosts/optiplex/configuration.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 /hosts/optiplex/configuration.nix
parente6765f1de5fd4eff7b6dbc84460cd6b9f614b0ce (diff)
downloadnixos-b39f24436d5672e90e4261f0dfb906d97e92f1be.tar.xz
nixos-b39f24436d5672e90e4261f0dfb906d97e92f1be.zip
new nas mountpoints and poweredge hostname + remove old hostnamesHEADmaster
Diffstat (limited to 'hosts/optiplex/configuration.nix')
-rw-r--r--hosts/optiplex/configuration.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/hosts/optiplex/configuration.nix b/hosts/optiplex/configuration.nix
index e509e83..74d09b5 100644
--- a/hosts/optiplex/configuration.nix
+++ b/hosts/optiplex/configuration.nix
@@ -44,9 +44,8 @@
autologin.enable = true;
nas = {
enable = true;
- #home.enable = true;
- #home.automount = true;
- office.enable = true;
+ home.enable = true;
+ home.automount = true;
};
};