feat: clean up configuration

This commit is contained in:
Xavier Morel
2025-07-24 12:17:21 +02:00
parent 697e300521
commit 522794e5ed
15 changed files with 96 additions and 92 deletions

View File

@@ -1,10 +1,6 @@
{
inputs,
outputs,
myLib,
modulesPath,
lib,
pkgs,
...
}:
{
@@ -22,6 +18,8 @@
};
};
archetype.general.enable = true;
feature.fonts.enable = true;
feature.virtualisation.enable = true;
};
boot = {
@@ -57,7 +55,6 @@
services.auto-cpufreq.enable = true;
security.sudo.wheelNeedsPassword = false;
services.xserver.videoDrivers = [ "amdgpu" ];
virtualisation.docker.enable = true; # feature virtualisation
system.stateVersion = "24.05";
}