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

10 lines
131 B
Nix

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