This commit is contained in:
KoenDR06 2025-02-27 16:59:02 +01:00
parent 6f9fdca876
commit 5ad8529721
7 changed files with 118 additions and 2 deletions

View file

@ -9,6 +9,8 @@
imports = [../../modules];
config.horseman = {
username = "horseman";
users.horseman.enable = true;
base = {
@ -39,6 +41,7 @@
apps = {
dev.enable = true;
};
};
}