22 current 2025-10-06 10:50:34 25.05.20251001.5b5be50 6.12.49 *
This commit is contained in:
@@ -26,9 +26,16 @@ in
|
||||
# group = "<group>";
|
||||
# path = "<path on system to place flile>"
|
||||
# };
|
||||
"tailscale_authkey" = {
|
||||
|
||||
"tailscale_authkey" = lib.mkIf config.modules.system.tailscale.enable {
|
||||
owner = "root";
|
||||
};
|
||||
|
||||
"blake_pass" = {
|
||||
owner = "blake";
|
||||
group = "blake";
|
||||
neededForUsers = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user