mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-11 11:05:23 -05:00
Grub Config Changes
This commit is contained in:
parent
f901b58939
commit
d8ae8c610f
2 changed files with 2 additions and 1 deletions
|
|
@ -86,6 +86,7 @@
|
|||
homeConfigurations = {
|
||||
kim = nixosConfigurations.kim.config.home-manager.users.${globals.user}.home;
|
||||
envy = nixosConfigurations.envy.config.home-manager.users.${globals.user}.home;
|
||||
parents = nixosConfigurations.parents.config.home-manager.users.${globals.user}.home;
|
||||
virt-nix = nixosConfigurations.virt-nix.config.home-manager.users.${globals.user}.home;
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# Stuff for nixos-anywhere
|
||||
boot.loader.grub = {
|
||||
efiSupport = true;
|
||||
efiInstallAsRemovable = true;
|
||||
# efiInstallAsRemovable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = map lib.lowPrio [ pkgs.curl pkgs.gitMinimal ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue