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

9 lines
105 B
Nix

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