13 current 2025-10-06 22:31:54 25.05.20251001.5b5be50 6.12.49 *
This commit is contained in:
6
hosts/snowbelle/configuration.nix
Executable file → Normal file
6
hosts/snowbelle/configuration.nix
Executable file → Normal 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;
|
||||
|
||||
Reference in New Issue
Block a user