From 6b9185dcdb8e6a3a2142cf44158e47d39884440e Mon Sep 17 00:00:00 2001 From: sefidel Date: Mon, 5 Aug 2024 00:29:51 +0900 Subject: feat(nixos/alpha): enable secure boot --- nixos/alpha/hardware-configuration.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos/alpha/hardware-configuration.nix') diff --git a/nixos/alpha/hardware-configuration.nix b/nixos/alpha/hardware-configuration.nix index 5ec5d86..8c40065 100644 --- a/nixos/alpha/hardware-configuration.nix +++ b/nixos/alpha/hardware-configuration.nix @@ -21,6 +21,7 @@ fileSystems."/boot" = { device = "/dev/disk/by-uuid/12CE-A600"; fsType = "vfat"; + options = [ "umask=0077" ]; }; fileSystems."/nix" = -- cgit 1.4.1