Decentralize stateVersion control

This commit is contained in:
SebastianStork 2024-06-26 13:43:48 +02:00
parent b0f3028c6e
commit e2261da99b
6 changed files with 8 additions and 11 deletions

View file

@ -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;
}