added caddy for paperless

This commit is contained in:
John Lancaster
2025-05-27 00:51:36 -05:00
parent 7bf0271b45
commit 373fc522e3
4 changed files with 31 additions and 3 deletions

View File

@@ -3,6 +3,11 @@
services.openssh.enable = true;
services.avahi = { enable = true; nssmdns4 = true; };
sops.defaultSopsFile = ./secrets/encrypted_secrets.yaml;
sops.defaultSopsFormat = "yaml";
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
environment.systemPackages = with pkgs; [
home-manager
bash