Skip to content

Commit

Permalink
filesystems: Fix /boot permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
TLATER committed Jan 28, 2024
1 parent 12858f4 commit ef7a580
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nixos-config/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,8 @@

security.sudo-rs.enable = true;

fileSystems."/boot".options = ["umask=0077"];

fonts = {
enableDefaultPackages = true;

Expand Down

0 comments on commit ef7a580

Please sign in to comment.