nixos/modules/server/default.nix
2024-04-16 01:56:12 +02:00

8 lines
78 B
Nix

{...}: {
imports = [
./acme.nix
./caddy.nix
./system.nix
];
}