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/services/default.nix

7 lines
72 B
Nix

{...}: {
imports = [
./adguardhome.nix
./tailscale.nix
];
}