diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-06-08 15:38:48 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-06-08 15:38:48 -0500 |
| commit | b39f24436d5672e90e4261f0dfb906d97e92f1be (patch) | |
| tree | 9f6ecbdc0b3681aba0b2dae8e80e97ce757e88ba /hosts/optiplex/configuration.nix | |
| parent | e6765f1de5fd4eff7b6dbc84460cd6b9f614b0ce (diff) | |
| download | nixos-b39f24436d5672e90e4261f0dfb906d97e92f1be.tar.xz nixos-b39f24436d5672e90e4261f0dfb906d97e92f1be.zip | |
Diffstat (limited to 'hosts/optiplex/configuration.nix')
| -rw-r--r-- | hosts/optiplex/configuration.nix | 5 |
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; }; }; |
