feat(zfs): add hostid
This commit is contained in:
@@ -38,7 +38,10 @@ in
|
||||
./settings.nix
|
||||
];
|
||||
|
||||
networking.hostName = "kima";
|
||||
networking = {
|
||||
hostName = "kima";
|
||||
hostId = "6bdeec22";
|
||||
};
|
||||
|
||||
environment.variables = {
|
||||
NH_FLAKE = "/home/cnst/.nix-config";
|
||||
|
||||
@@ -56,6 +56,7 @@ in
|
||||
|
||||
networking = {
|
||||
hostName = "sobotka";
|
||||
hostId = "784991aa";
|
||||
};
|
||||
|
||||
powerManagement.enable = false;
|
||||
|
||||
Reference in New Issue
Block a user