feat(zfs): add hostid

This commit is contained in:
2025-09-13 19:54:41 +02:00
parent 35a9aad4c1
commit 3bec3b8afe
2 changed files with 5 additions and 1 deletions

View File

@@ -38,7 +38,10 @@ in
./settings.nix ./settings.nix
]; ];
networking.hostName = "kima"; networking = {
hostName = "kima";
hostId = "6bdeec22";
};
environment.variables = { environment.variables = {
NH_FLAKE = "/home/cnst/.nix-config"; NH_FLAKE = "/home/cnst/.nix-config";

View File

@@ -56,6 +56,7 @@ in
networking = { networking = {
hostName = "sobotka"; hostName = "sobotka";
hostId = "784991aa";
}; };
powerManagement.enable = false; powerManagement.enable = false;