11 lines
190 B
Nix
11 lines
190 B
Nix
{
|
|
imports = [
|
|
# TODO: Enable after first install when SOPS secrets are configured
|
|
# ./tailscale.nix
|
|
# ./netdata.nix
|
|
# ./comin.nix
|
|
|
|
./nginx.nix
|
|
./openssh.nix
|
|
];
|
|
}
|