49 current 2025-10-06 16:04:09 25.05.20251001.5b5be50 6.12.49 *
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user