167 current 2025-10-09 15:20:14 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-09 15:22:31 -05:00
parent ac0ca63602
commit 87dfbbd5fd
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# flake for blakes nixos config
# define new devices in outputs
# generation: 166 current 2025-10-09 15:08:58 25.05.20251006.20c4598 6.12.50 *
# generation: 167 current 2025-10-09 15:20:14 25.05.20251006.20c4598 6.12.50 *
{
description = "blakes nix config";
inputs = {

View File

@@ -67,7 +67,7 @@ in
};
# override umask to make permissions work out
systemd.services.${service}.serviceConfig = {
systemd.services.${service}-server.serviceConfig = {
UMask = lib.mkForce "0007";
};