Nix configurations for my homelab
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

eturnal: update to use nfs instead of sshfs for finding certs

yemou c57e3731 ae52ccf6

+2 -2
+2 -2
modules/services/eturnal.nix
··· 58 58 relay_max_port = 65535; 59 59 blacklist_peers = [ "recommended" ]; 60 60 strict_expiry = false; 61 - tls_crt_file = "/sss/certs/butwho.org/butwho.org.crt"; 62 - tls_key_file = "/sss/certs/butwho.org/butwho.org.key"; 61 + tls_crt_file = "/nfs/caddy-certs/butwho.org/butwho.org.crt"; 62 + tls_key_file = "/nfs/caddy-certs/butwho.org/butwho.org.key"; 63 63 log_level = "info"; 64 64 # log_rotate_size = 10485760; 65 65 # log_rotate_count = 10;