32 current 2025-10-06 11:21:59 25.05.20251001.5b5be50 6.12.49 *
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user