summaryrefslogtreecommitdiff
path: root/hosts/poweredge/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/poweredge/configuration.nix')
-rw-r--r--hosts/poweredge/configuration.nix5
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";
}