mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 19:51:34 +01:00
Rename modules auto-cpufreq and boot-loader
This commit is contained in:
parent
e50ba91241
commit
bb1a8c5b44
4 changed files with 8 additions and 8 deletions
|
|
@ -7,7 +7,7 @@
|
|||
networking.hostName = "dell-laptop";
|
||||
|
||||
myConfig = {
|
||||
boot.systemd.enable = true;
|
||||
boot-loader.systemd-boot.enable = true;
|
||||
|
||||
dm.lightdm.enable = true;
|
||||
de.qtile.enable = true;
|
||||
|
|
@ -22,7 +22,7 @@
|
|||
vpn.lgs.enable = true;
|
||||
comma.enable = true;
|
||||
sops.enable = true;
|
||||
powersave.enable = true;
|
||||
auto-cpufreq.enable = true;
|
||||
doas.enable = false;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue