refactor(nixos:nixarr): move nixarr module to ooksmedia/modules
This commit is contained in:
parent
3fc02285d3
commit
3ccb3b740a
5 changed files with 11 additions and 3 deletions
|
|
@ -4,6 +4,7 @@ let
|
|||
inherit (inputs.nixpkgs.lib) nixosSystem;
|
||||
|
||||
hm = inputs.home-manager.nixosModules.home-manager;
|
||||
nixarr = inputs.nixarr.nixosModules.default;
|
||||
|
||||
nixosModules = "${self}/nixos";
|
||||
hosts = "${self}/hosts";
|
||||
|
|
@ -38,6 +39,7 @@ in
|
|||
"${hosts}/ooksmedia"
|
||||
hm
|
||||
nixosModules
|
||||
nixarr
|
||||
];
|
||||
};
|
||||
ooksmicro = nixosSystem {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue