feat(zfs): add hostid
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
@@ -56,6 +56,7 @@ in
|
|||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "sobotka";
|
hostName = "sobotka";
|
||||||
|
hostId = "784991aa";
|
||||||
};
|
};
|
||||||
|
|
||||||
powerManagement.enable = false;
|
powerManagement.enable = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user