33 current 2025-10-06 11:32:10 25.05.20251001.5b5be50 6.12.49 *
This commit is contained in:
@@ -30,7 +30,7 @@ in
|
||||
"tailscale_authkey" = lib.mkIf config.modules.system.tailscale.enable {
|
||||
owner = "root";
|
||||
};
|
||||
"blake_pass" = {
|
||||
"blake_passwd" = lib.mkIf config.users.blake.enable {
|
||||
owner = "root";
|
||||
group = "root";
|
||||
neededForUsers = true;
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
let
|
||||
cfg = config.modules.system.tailscale;
|
||||
authkey_file = "/run/secrets/tailscale_authkey";
|
||||
authkey_file = config.sops.secrets."tailscale_authkey".path;
|
||||
in
|
||||
{
|
||||
options.modules.system.tailscale = {
|
||||
|
||||
Reference in New Issue
Block a user