[NixOS] More hostname fixing
This commit is contained in:
parent
23bc2100ed
commit
1088dcfe78
@ -7,6 +7,7 @@
|
|||||||
imports =
|
imports =
|
||||||
[ <nixpkgs/nixos/modules/installer/scan/not-detected.nix>
|
[ <nixpkgs/nixos/modules/installer/scan/not-detected.nix>
|
||||||
../configuration.nix
|
../configuration.nix
|
||||||
|
../extra.nix
|
||||||
../dfinity.nix
|
../dfinity.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -33,7 +34,7 @@
|
|||||||
|
|
||||||
swapDevices = [ ];
|
swapDevices = [ ];
|
||||||
|
|
||||||
networking.hostName = "ivanm-dfinity-razr";
|
networking.hostName = "ivanm-dfinity-razer";
|
||||||
|
|
||||||
nix.maxJobs = lib.mkDefault 12;
|
nix.maxJobs = lib.mkDefault 12;
|
||||||
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
|
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
|
||||||
|
Loading…
Reference in New Issue
Block a user