Archived
1
0
This repository has been archived on 2026-05-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
spacestation/common/default.nix

7 lines
67 B
Nix

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