49 current 2025-10-06 16:04:09 25.05.20251001.5b5be50 6.12.49 *

This commit is contained in:
2025-10-06 16:04:12 -05:00
parent 6335729c83
commit 9ffd847bb1
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
# flake for blakes nixos config
# define new devices in outputs
# generation: 48 current 2025-10-06 16:01:57 25.05.20251001.5b5be50 6.12.49 *
# generation: 49 current 2025-10-06 16:04:09 25.05.20251001.5b5be50 6.12.49 *
{
description = "blakes nix config";
inputs = {

View File

@@ -36,12 +36,12 @@ in
neededForUsers = true;
};
"ssl_blakedheld.crt" = lib.mkIf config.users.blake.enable {
owner = "root";
group = "root";
owner = "nginx";
group = "nginx";
};
"ssl_blakedheld.key" = lib.mkIf config.users.blake.enable {
owner = "root";
group = "root";
owner = "nginx";
group = "nginx";
};
};