169 current 2025-10-09 15:29:40 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-09 15:32:58 -05:00
parent 0865d55f0d
commit 022d3a114a
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
# flake for blakes nixos config # flake for blakes nixos config
# define new devices in outputs # define new devices in outputs
# generation: 168 current 2025-10-09 15:23:24 25.05.20251006.20c4598 6.12.50 * # generation: 169 current 2025-10-09 15:29:40 25.05.20251006.20c4598 6.12.50 *
{ {
description = "blakes nix config"; description = "blakes nix config";
inputs = { inputs = {

View File

@@ -67,9 +67,9 @@ in
}; };
# override umask to make permissions work out # override umask to make permissions work out
systemd.services."${toString service}-server".serviceConfig = { # systemd.services."${toString service}-server".serviceConfig = {
UMask = lib.mkForce "0007"; # UMask = lib.mkForce "0007";
}; # };
# # open firewall # # open firewall
# networking.firewall.allowedTCPPorts = [ cfg.port ]; # networking.firewall.allowedTCPPorts = [ cfg.port ];