move efi out of system
This commit is contained in:
parent
c26dbc38cc
commit
7c4dd94c2e
4 changed files with 9 additions and 3 deletions
|
@ -3,10 +3,7 @@
|
|||
nixpkgs.config.allowUnfree = true; #because im a gigachad
|
||||
|
||||
# boot, networking, locale, stateVersion
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.kernel.sysctl."net.ipv4.ip_forward" = 1;
|
||||
fileSystems."/boot".options = [ "umask=0077" ];
|
||||
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue