nixos-config/config/server.nix

8 lines
115 B
Nix
Raw Normal View History

2022-01-14 13:03:14 +00:00
# Configuration unique to servers
2022-01-14 19:47:44 +00:00
{ ... }: {
imports = [
./services/nginx.nix
2022-01-14 20:06:22 +00:00
./services/acme.nix
2022-01-14 19:47:44 +00:00
];
}