13 current 2025-10-06 22:31:54 25.05.20251001.5b5be50 6.12.49 *

This commit is contained in:
2025-10-06 22:31:56 -05:00
parent edf9996258
commit ccda763364
41 changed files with 8 additions and 2 deletions

6
hosts/snowbelle/configuration.nix Executable file → Normal file
View File

@@ -37,6 +37,12 @@
users.groups.media = { gid = 700; };
# testing!
boot.plymouth.enable = false;
boot.initrd.systemd.enable = true; # optional, for nicer initrd logs
boot.loader.systemd-boot.consoleMode = "auto"; # not "keep" or "max"
# use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;