my nix configs for my servers and desktop
at main 171 B view raw
1{ pkgs, config, ... }: 2{ 3 boot.loader.systemd-boot.enable = true; 4 boot.loader.efi.canTouchEfiVariables = true; 5 fileSystems."/boot".options = [ "umask=0077" ]; 6} 7