refactor(hosts): move hosts to root of flake
This commit is contained in:
parent
e888ebe69c
commit
062ecb093c
15 changed files with 4 additions and 4 deletions
|
|
@ -5,11 +5,11 @@ let
|
|||
|
||||
hm = inputs.home-manager.nixosModules.home-manager;
|
||||
|
||||
systemInputs = "${self}/sys";
|
||||
hosts = "${systemInputs}/hosts";
|
||||
base = "${systemInputs}/modules/base";
|
||||
sys = "${self}/sys";
|
||||
hosts = "${self}/hosts";
|
||||
|
||||
roles = "${systemInputs}/modules/roles";
|
||||
base = "${sys}/modules/base";
|
||||
roles = "${sys}/modules/roles";
|
||||
gaming = "${roles}/gaming";
|
||||
workstation = "${roles}/workstation";
|
||||
media-server = "${roles}/media-server";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue