chore: update hostid for helios
This commit is contained in:
parent
1e733487dd
commit
4427a56eaf
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.hostName = "helios"; # Define your hostname.
|
networking.hostName = "helios"; # Define your hostname.
|
||||||
networking.hostId = "fae0e831"; # for zfs, helps stop importing to wrong machine
|
networking.hostId = "847817ba"; # for zfs, helps stop importing to wrong machine
|
||||||
networking.useDHCP = lib.mkDefault true;
|
networking.useDHCP = lib.mkDefault true;
|
||||||
|
|
||||||
fileSystems."/" =
|
fileSystems."/" =
|
||||||
|
|
Reference in a new issue