Various updates
This commit is contained in:
parent
26165af972
commit
375a85e0e7
25 changed files with 291 additions and 167 deletions
|
|
@ -6,11 +6,15 @@
|
|||
...
|
||||
}:
|
||||
let
|
||||
tailscaleMagicDNS = "neon-dory.ts.net";
|
||||
p = import ../parameters.nix;
|
||||
in
|
||||
{
|
||||
|
||||
age.secrets.authentik-env.file = ../../secrets/authentik-env.age;
|
||||
age.secrets = {
|
||||
authentik-env.file = ../../secrets/authentik-env.age;
|
||||
tailscale-authKey.file = ../../secrets/tailscale-authKey.age;
|
||||
};
|
||||
|
||||
my = {
|
||||
utils = {
|
||||
|
|
@ -18,6 +22,14 @@ in
|
|||
lxc-standard.enable = true;
|
||||
};
|
||||
|
||||
networking = {
|
||||
tailscale = {
|
||||
enable = true;
|
||||
magicDNSDomain = tailscaleMagicDNS;
|
||||
authKeyFile = config.age.secrets.tailscale-authKey.path;
|
||||
};
|
||||
};
|
||||
|
||||
services.authentik = {
|
||||
enable = true;
|
||||
envFile = config.age.secrets.authentik-env.path;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue