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
];
networking.hostName = "kima";
networking = {
hostName = "kima";
hostId = "6bdeec22";
};
environment.variables = {
NH_FLAKE = "/home/cnst/.nix-config";