Add hostname
This commit is contained in:
parent
b42ed1eac6
commit
5964897509
1 changed files with 2 additions and 0 deletions
|
@ -37,4 +37,6 @@
|
||||||
|
|
||||||
nixpkgs.hostPlatform = lib.mkDefault "aarch64-linux";
|
nixpkgs.hostPlatform = lib.mkDefault "aarch64-linux";
|
||||||
powerManagement.cpuFreqGovernor = lib.mkDefault "ondemand";
|
powerManagement.cpuFreqGovernor = lib.mkDefault "ondemand";
|
||||||
|
|
||||||
|
networking.hostname = "nixos-rpi4-01";
|
||||||
}
|
}
|
Loading…
Reference in a new issue