diff options
| -rw-r--r-- | flake.nix | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -234,7 +234,12 @@ ]; # specialArgs = { inherit inputs; }; }; - + bosco = nixpkgs.lib.nixosSystem { + modules = [ + ./machines/bosco/configuration.nix + ./machinex/bosco/hardware-configuration.nix + ] + }; khad = nixpkgs.lib.nixosSystem { modules = [ ./machines/khad/configuration.nix |
