mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41:34 +01:00
Decentralize stateVersion control
This commit is contained in:
parent
b0f3028c6e
commit
e2261da99b
6 changed files with 8 additions and 11 deletions
|
|
@ -6,6 +6,8 @@
|
|||
];
|
||||
|
||||
networking.hostName = "inspiron";
|
||||
system.stateVersion = "23.11";
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
myConfig = {
|
||||
boot = {
|
||||
|
|
@ -32,7 +34,5 @@
|
|||
tailscale.enable = true;
|
||||
};
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
services.auto-cpufreq.enable = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue