mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-06-23 08:38:46 +02:00
Compare commits
No commits in common. "a572774e76f030a797eda4183810cc7d9f44fc77" and "6a9d4dd1db981acb372eb91f1158ae9506dccc66" have entirely different histories.
a572774e76
...
6a9d4dd1db
2 changed files with 7 additions and 8 deletions
|
@ -6,9 +6,9 @@ in
|
||||||
age.secrets.authentik-core = {
|
age.secrets.authentik-core = {
|
||||||
file = ../../../../secrets/nuc/authentik/core.age;
|
file = ../../../../secrets/nuc/authentik/core.age;
|
||||||
};
|
};
|
||||||
age.secrets.authentik-ldap = {
|
# age.secrets.authentik-ldap = {
|
||||||
file = ../../../../secrets/nuc/authentik/ldap.age;
|
# file = ../../../../secrets/nuc/authentik/ldap.age;
|
||||||
};
|
# };
|
||||||
services.authentik = {
|
services.authentik = {
|
||||||
enable = true;
|
enable = true;
|
||||||
environmentFile = config.age.secrets.authentik-core.path;
|
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"
|
"${domain}.key:/var/lib/caddy/certificates/acme-v02.api.letsencrypt.org-directory/${domain}/${domain}.key"
|
||||||
];
|
];
|
||||||
|
|
||||||
services.authentik-ldap = {
|
# services.authentik-ldap = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
environmentFile = config.age.secrets.authentik-ldap.path;
|
# environmentFile = config.age.secrets.authentik-ldap.path;
|
||||||
};
|
# };
|
||||||
services.caddy.virtualHosts."${domain}".extraConfig = ''
|
services.caddy.virtualHosts."${domain}".extraConfig = ''
|
||||||
reverse_proxy localhost:9000
|
reverse_proxy localhost:9000
|
||||||
'';
|
'';
|
||||||
|
|
|
@ -29,7 +29,6 @@ in
|
||||||
nushell
|
nushell
|
||||||
atuin
|
atuin
|
||||||
nmap
|
nmap
|
||||||
killall
|
|
||||||
];
|
];
|
||||||
users.defaultUserShell = pkgs.zsh;
|
users.defaultUserShell = pkgs.zsh;
|
||||||
programs.fzf = {
|
programs.fzf = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue