lol

nixos/sing-box: set umask 0077 when generating configuration file

Nick Cao e52b401a 82955744

+1
+1
nixos/modules/services/networking/sing-box.nix
··· 56 56 57 57 systemd.services.sing-box = { 58 58 preStart = '' 59 + umask 0077 59 60 mkdir -p /etc/sing-box 60 61 ${utils.genJqSecretsReplacementSnippet cfg.settings "/etc/sing-box/config.json"} 61 62 '';