oops
This commit is contained in:
parent
15e28ccf87
commit
d90ad7fbc5
2 changed files with 5 additions and 0 deletions
|
@ -23,4 +23,7 @@
|
||||||
services.tailscale.useRoutingFeatures = "both";
|
services.tailscale.useRoutingFeatures = "both";
|
||||||
services.tailscale.authKeyFile = lib.mkIf (config ? age && config.age ? secrets)
|
services.tailscale.authKeyFile = lib.mkIf (config ? age && config.age ? secrets)
|
||||||
config.age.secrets."headscale-authkey".path;
|
config.age.secrets."headscale-authkey".path;
|
||||||
|
services.tailscale.extraUpFlags = [
|
||||||
|
"--login-server=https://headscale.nekomimi.pet"
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -95,6 +95,8 @@
|
||||||
./hosts/buer
|
./hosts/buer
|
||||||
|
|
||||||
agenix.nixosModules.default
|
agenix.nixosModules.default
|
||||||
|
|
||||||
|
{ imports = builtins.attrValues nixosModules; }
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue