move modules out
This commit is contained in:
parent
6c910125f7
commit
ab9955e681
10 changed files with 18 additions and 20 deletions
7
common/efi.nix
Normal file
7
common/efi.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, config, ... }:
|
||||
{
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
fileSystems."/boot".options = [ "umask=0077" ];
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue