diff --git a/flake.nix b/flake.nix index b4efe02..2d89e3f 100644 --- a/flake.nix +++ b/flake.nix @@ -29,19 +29,31 @@ # Modules for Host HyperC systems.hosts.HyperC.modules = with inputs; [ + lix-module.nixosModules.default ]; # Modules for Host voloxo systems.hosts.voloxo.modules = with inputs; [ + lix-module.nixosModules.default ]; # Modules for Host kb-games-01 systems.hosts.kb-games-01.modules = with inputs; [ + lix-module.nixosModules.default + ]; + + # Modules for Host LoyAdjo + systems.hosts.LoyAdjo.modules = with inputs; [ + lix-module.nixosModules.default + ]; + + # Modules for Host Rubtrm + systems.hosts.Rubtrm.modules = with inputs; [ + # lix-module.nixosModules.default ]; # Modules that get imported to every NixOS system systems.modules.nixos = with inputs; [ - lix-module.nixosModules.default ]; outputs-builder = channels: { formatter = channels.nixpkgs.nixfmt-rfc-style; };