mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-13 15:15:39 -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 = {
|
homeConfigurations = {
|
||||||
kim = nixosConfigurations.kim.config.home-manager.users.${globals.user}.home;
|
kim = nixosConfigurations.kim.config.home-manager.users.${globals.user}.home;
|
||||||
envy = nixosConfigurations.envy.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;
|
virt-nix = nixosConfigurations.virt-nix.config.home-manager.users.${globals.user}.home;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
# Stuff for nixos-anywhere
|
# Stuff for nixos-anywhere
|
||||||
boot.loader.grub = {
|
boot.loader.grub = {
|
||||||
efiSupport = true;
|
efiSupport = true;
|
||||||
efiInstallAsRemovable = true;
|
# efiInstallAsRemovable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = map lib.lowPrio [ pkgs.curl pkgs.gitMinimal ];
|
environment.systemPackages = map lib.lowPrio [ pkgs.curl pkgs.gitMinimal ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue