remove legacy modules folder

This commit is contained in:
Callum Leslie 2026-04-22 18:34:34 +01:00
parent 9b48220a2a
commit 262f069d7d
Signed by: cleslie
GPG key ID: D382C4AFEECEAA90
10 changed files with 1 additions and 206 deletions

View file

@ -1,21 +0,0 @@
{...}: {
boot = {
loader = {
efi.canTouchEfiVariables = true;
systemd-boot.enable = true;
};
plymouth.enable = false;
# consoleLogLevel = 0;
# initrd.verbose = false;
# kernelParams = [
# "quiet"
# "splash"
# "boot.shell_on_fail"
# "loglevel=3"
# "rd.systemd.show_status=false"
# "rd.udev.log_level=3"
# "udev.log_priority=3"
# ];
};
system.stateVersion = "24.05";
}