Compare commits
2 commits
f08bfc3145
...
01c0b30a98
Author | SHA1 | Date | |
---|---|---|---|
b12f | 01c0b30a98 | ||
b12f | 7eb2b80e22 |
|
@ -24,7 +24,7 @@ in {
|
|||
};
|
||||
|
||||
systemd.timers."shutdown-after-backup" = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
timerConfig = {
|
||||
OnCalendar = "*-*-* 02..11:05,15,25,35,45,55:00 Etc/UTC";
|
||||
};
|
||||
|
|
17
hosts/frikandel/authelia-forward.nix
Normal file
17
hosts/frikandel/authelia-forward.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
flake,
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
security.acme.certs = {
|
||||
"auth.b12f.io" = {};
|
||||
};
|
||||
|
||||
services.nginx.virtualHosts."auth.b12f.io" = {
|
||||
forceSSL = true;
|
||||
useACMEHost = "auth.b12f.io";
|
||||
locations."/".proxyPass = "https://auth.b12f.io";
|
||||
};
|
||||
}
|
|
@ -9,6 +9,7 @@
|
|||
./wireguard.nix
|
||||
./email.nix
|
||||
./website.nix
|
||||
./jellyfin-forward.nix
|
||||
# ./jellyfin-forward.nix
|
||||
# ./authelia-forward.nix
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue