refactor(treewide)

This commit is contained in:
ooks-io 2024-06-11 22:37:17 +12:00
parent 25d48ac2ac
commit c4fc882042
99 changed files with 634 additions and 477 deletions

View file

@ -5,17 +5,9 @@ let
hm = inputs.home-manager.nixosModules.home-manager;
sys = "${self}/sys";
nixosModules = "${self}/nixos";
hosts = "${self}/hosts";
base = "${sys}/modules/base";
roles = "${sys}/modules/roles";
gaming = "${roles}/gaming";
workstation = "${roles}/workstation";
media-server = "${roles}/media-server";
specialArgs = {inherit inputs self;};
in
@ -27,9 +19,7 @@ in
modules = [
"${hosts}/ooksdesk"
hm
base
gaming
workstation
nixosModules
];
};
ookst480s = nixosSystem {
@ -38,9 +28,7 @@ in
modules = [
"${hosts}/ookst480s"
hm
base
workstation
nixosModules
];
};
ooksmedia = nixosSystem {
@ -49,11 +37,7 @@ in
modules = [
"${hosts}/ooksmedia"
hm
base
gaming
workstation
media-server
nixosModules
];
};
};