breakdown add hostID
This commit is contained in:
parent
1cc1ee3e36
commit
e14f268f8e
@ -100,7 +100,10 @@
|
|||||||
specialArgs = { inherit inputs; };
|
specialArgs = { inherit inputs; };
|
||||||
modules = [
|
modules = [
|
||||||
./configuration.nix {
|
./configuration.nix {
|
||||||
networking.hostName = "breakdown";
|
networking = {
|
||||||
|
hostName = "breakdown";
|
||||||
|
hostId = "3ba70c47";
|
||||||
|
};
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
sound.enable = true;
|
sound.enable = true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user