sync laptop
This commit is contained in:
parent
bc72aada53
commit
3c014b1d15
5 changed files with 3 additions and 9 deletions
|
@ -26,6 +26,7 @@
|
|||
swapDevices = [ ];
|
||||
|
||||
networking.useDHCP = lib.mkDefault true;
|
||||
boot.loader.systemd-boot.configurationLimit = 2;
|
||||
|
||||
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
|
||||
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
|
|
|
@ -45,7 +45,6 @@
|
|||
|
||||
environment.pathsToLink = [ "/share/zsh" ];
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.systemd-boot.configurationLimit = 5;
|
||||
boot.loader.systemd-boot.consoleMode = "max";
|
||||
boot.loader.timeout = 3;
|
||||
|
||||
|
@ -162,10 +161,6 @@
|
|||
nix-index
|
||||
comma
|
||||
|
||||
river
|
||||
|
||||
|
||||
|
||||
];
|
||||
|
||||
networking.wg-quick.interfaces = {
|
||||
|
|
|
@ -36,6 +36,7 @@ in {
|
|||
|
||||
security.tpm2.enable = true;
|
||||
|
||||
boot.loader.systemd-boot.configurationLimit = 5;
|
||||
networking.useDHCP = lib.mkDefault true;
|
||||
|
||||
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue