nixos/modules/server/default.nix

7 lines
62 B
Nix

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