refactor(system): flatten

This commit is contained in:
ooks-io 2024-05-24 23:44:07 +12:00
parent 24dee2cadc
commit f47154c234
29 changed files with 32 additions and 268 deletions

View file

@ -9,6 +9,10 @@ let
hosts = "${systemInputs}/hosts";
base = "${systemInputs}/modules/base";
gaming = "${systemInputs}/modules/roles/gaming";
workstation = "${systemInputs}/modules/roles/workstation";
specialArgs = {inherit inputs self;};
in
@ -20,6 +24,8 @@ in
"${hosts}/ooksdesk"
hm
base
gaming
workstation
];
};
}