nix-conf/modules/servers/thor/default.nix

7 lines
95 B
Nix

{...}: {
imports = [
./changedetection-io.nix
./forgejo.nix
./secrets.nix
];
}