fix(exports): enable base services by default

This commit is contained in:
arcnmx 2024-05-30 13:13:11 -07:00
parent 77fd991ed1
commit a1273971d9
14 changed files with 36 additions and 67 deletions

View file

@ -11,7 +11,6 @@ _: {
exports = {
services = {
nginx.enable = true;
sshd.enable = true;
openwebrx.enable = true;
};
};