hs
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
myData,
|
||||
pkgs,
|
||||
config,
|
||||
myData,
|
||||
...
|
||||
}:
|
||||
let
|
||||
@@ -101,6 +101,12 @@ in
|
||||
verboseLogs = false;
|
||||
};
|
||||
|
||||
headscale = {
|
||||
enable = true;
|
||||
clientOidcPath = config.age.secrets.headscale-client-oidc.path;
|
||||
subnetCIDR = myData.subnets.tailscale.cidr;
|
||||
};
|
||||
|
||||
btrfsborg = {
|
||||
enable = true;
|
||||
passwordPath = config.age.secrets.borgbackup-password.path;
|
||||
|
||||
Reference in New Issue
Block a user