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

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