mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 16:16:50 +01:00
feat(homelab): implement SSO
This commit is contained in:
parent
db85aeb044
commit
ab6f8e21dc
17 changed files with 245 additions and 48 deletions
|
|
@ -11,7 +11,13 @@ in {
|
|||
ROCKET_PORT = 8222;
|
||||
};
|
||||
};
|
||||
restic.backups.homelab.paths = ["/var/lib/vaultwarden"];
|
||||
restic.backups.homelab = {
|
||||
paths = ["/var/lib/vaultwarden"];
|
||||
exclude = [
|
||||
"/var/lib/vaultwarden/icon_cache"
|
||||
"/var/lib/vaultwarden/tmp"
|
||||
];
|
||||
};
|
||||
|
||||
nginx.virtualHosts."${domain}" = {
|
||||
enableACME = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue