1
0
Fork 0
mirror of https://git.gay/xqtc/nixos-config synced 2025-05-02 06:07:29 +02:00
This commit is contained in:
xqtc 2025-01-18 13:23:48 +01:00
parent 1391f289b1
commit c342696bc5
Signed by: xqtc
GPG key ID: 2C064D095926D9D1
2 changed files with 2 additions and 1 deletions
hosts/x86_64-linux/seraphim

View file

@ -4,8 +4,10 @@
pkgs,
...
}: {
services.tailscale.permitCertUid = "caddy";
services.caddy = {
enable = true;
# user = "root";
email = "xqtc@tutanota.com";
virtualHosts = {
"radarr.seraphim.java-beardie.ts.net" = {

View file

@ -150,7 +150,6 @@
enableSSHSupport = true;
};
services.nginx.enable = true;
# List services that you want to enable:
# Enable the OpenSSH daemon.