From 369e8b83f082f3ac2d3f6a040c0efafe981642a7 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Mon, 30 Mar 2026 20:53:12 -0500 Subject: poweredge config fix and secrets --- hosts/poweredge/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'hosts/poweredge/configuration.nix') 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"; } -- cgit v1.2.3