Use GRUB BIOS boot + move sops age key out of repo
This commit is contained in:
parent
1862821f8f
commit
b419320bfc
2 changed files with 10 additions and 2 deletions
|
|
@ -5,6 +5,11 @@
|
|||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
system.stateVersion = "25.11";
|
||||
|
||||
boot.loader.systemd-boot.enable = false;
|
||||
boot.loader.grub.enable = true;
|
||||
boot.loader.grub.device = "/dev/vda";
|
||||
boot.loader.efi.canTouchEfiVariables = false;
|
||||
|
||||
virtualisation.vmVariant = {
|
||||
users.mutableUsers = false;
|
||||
users.users.tobias.password = "admin";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue