32 current 2025-10-06 11:21:59 25.05.20251001.5b5be50 6.12.49 *

This commit is contained in:
2025-10-06 11:22:01 -05:00
parent 7237d04913
commit 0ee8546194
5 changed files with 5 additions and 14 deletions

View File

@@ -30,18 +30,9 @@ in
"tailscale_authkey" = lib.mkIf config.modules.system.tailscale.enable {
owner = "root";
};
"key1" = {
owner = "root";
};
"key3" = {
owner = "blake";
group = "blake";
path = "/run/secrets/HEHEHEH";
};
"blake_pass" = {
owner = "root";
group = "root";
path = "/run/secrets/blake_pass";
neededForUsers = true;
};

View File

@@ -3,7 +3,6 @@
let
cfg = config.modules.system.tailscale;
authkey_file = "/run/secrets/tailscale_authkey";
authkey_file2 = "/run/secrets/key3";
in
{
options.modules.system.tailscale = {