diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-03-30 20:53:12 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-03-30 20:53:12 -0500 |
| commit | 369e8b83f082f3ac2d3f6a040c0efafe981642a7 (patch) | |
| tree | 1871caa3a3d456f6455841e20a1352d403d729a6 /hosts/poweredge/configuration.nix | |
| parent | 07cc1920136ce61980c80c6bde3c267fcbc6218f (diff) | |
| download | nixos-369e8b83f082f3ac2d3f6a040c0efafe981642a7.tar.xz nixos-369e8b83f082f3ac2d3f6a040c0efafe981642a7.zip | |
poweredge config fix and secrets
Diffstat (limited to 'hosts/poweredge/configuration.nix')
| -rw-r--r-- | hosts/poweredge/configuration.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/hosts/poweredge/configuration.nix b/hosts/poweredge/configuration.nix index f62d017..0c51f3c 100644 --- a/hosts/poweredge/configuration.nix +++ b/hosts/poweredge/configuration.nix @@ -4,7 +4,7 @@ in { imports = [ ./ddns-updater.nix ./networking.nix - ./notification-mailer.nix # TODO move some of this stuff to archetype + #./notification-mailer.nix # TODO move some of this stuff to archetype ]; # Setup bootloader @@ -26,5 +26,8 @@ in { # Enable user timmy _users.timmy.enable = true; + # Without this, "ZFS requires networking.hostId to be set" will be raised + networking.hostId = "4d9e002f"; + system.stateVersion = "25.11"; } |
