mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-06-22 16:38:45 +02:00
Compare commits
2 commits
6a9d4dd1db
...
a572774e76
Author | SHA1 | Date | |
---|---|---|---|
a572774e76 | |||
147f137d48 |
2 changed files with 8 additions and 7 deletions
|
@ -6,9 +6,9 @@ in
|
|||
age.secrets.authentik-core = {
|
||||
file = ../../../../secrets/nuc/authentik/core.age;
|
||||
};
|
||||
# age.secrets.authentik-ldap = {
|
||||
# file = ../../../../secrets/nuc/authentik/ldap.age;
|
||||
# };
|
||||
age.secrets.authentik-ldap = {
|
||||
file = ../../../../secrets/nuc/authentik/ldap.age;
|
||||
};
|
||||
services.authentik = {
|
||||
enable = true;
|
||||
environmentFile = config.age.secrets.authentik-core.path;
|
||||
|
@ -21,10 +21,10 @@ in
|
|||
"${domain}.key:/var/lib/caddy/certificates/acme-v02.api.letsencrypt.org-directory/${domain}/${domain}.key"
|
||||
];
|
||||
|
||||
# services.authentik-ldap = {
|
||||
# enable = true;
|
||||
# environmentFile = config.age.secrets.authentik-ldap.path;
|
||||
# };
|
||||
services.authentik-ldap = {
|
||||
enable = true;
|
||||
environmentFile = config.age.secrets.authentik-ldap.path;
|
||||
};
|
||||
services.caddy.virtualHosts."${domain}".extraConfig = ''
|
||||
reverse_proxy localhost:9000
|
||||
'';
|
||||
|
|
|
@ -29,6 +29,7 @@ in
|
|||
nushell
|
||||
atuin
|
||||
nmap
|
||||
killall
|
||||
];
|
||||
users.defaultUserShell = pkgs.zsh;
|
||||
programs.fzf = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue