fix default.nix in .gitignore (oops)

This commit is contained in:
2025-12-23 23:21:16 +02:00
parent 205268b683
commit 24665ffe5b
7 changed files with 91 additions and 2 deletions
+2 -1
View File
@@ -9,10 +9,11 @@
./lanzaboote.nix
];
boot = {
plymouth.enable = true;
consoleLogLevel = 0;
kernel.sysctl."vm.swappiness" = 10;
# kernelPackages = pkgs.linuxPackages_cachyos;
kernelPackages = pkgs.linuxPackages_latest;
plymouth.enable = true;
initrd = {
systemd.enable = true;
};