This website requires JavaScript.
Explore
Help
Sign in
Cold-Air-Networks
/
petersweb-infra
Watch
1
Star
0
Fork
You've already forked petersweb-infra
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
87ea26097b
petersweb-infra
/
nixos
/
caddy.nix
12 lines
115 B
Nix
Raw
Normal View
History
Unescape
Escape
add caddy
2024-12-24 02:49:21 -09:00
{
lib
,
pkgs
,
config
,
.
.
.
}
:
{
services
.
caddy
=
{
enable
=
true
;
wip
2024-12-24 03:05:30 -09:00
configFile
=
./Caddyfile
;
add caddy
2024-12-24 02:49:21 -09:00
}
;
}
Reference in a new issue
Copy permalink