Regenerated

This commit is contained in:
2026-03-23 06:47:49 +00:00
parent 2b57665fcd
commit ca5772ba42
33 changed files with 8 additions and 1427 deletions
+8 -1
View File
@@ -291,7 +291,7 @@ in
boot.kernelParams = [
"quiet"
"splash" # REQUIRED voor Plymouth
"splash" # REQUIRED for Plymouth
"udev.log_level=3"
"rd.systemd.show_status=false"
];
@@ -314,6 +314,13 @@ in
};
boot.initrd.systemd.enable = true;
############################
# Clean state
############################
# Remove any old theme environment.etc symlinks
environment.etc = lib.mkForce {};
system.stateVersion = "26.05";
}
#+END_SRC