This repository has been archived on 2026-04-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
server-config/services/caddy/default.nix
Simon Gardling 124d33963e
All checks were successful
Build and Deploy / deploy (push) Successful in 2m43s
organize
2026-04-03 00:47:12 -04:00

8 lines
92 B
Nix

{
imports = [
./caddy.nix
# KEEP UNTIL 2028
./caddy_senior_project.nix
];
}