diff --git a/flake.nix b/flake.nix index a599393..eaf76f0 100644 --- a/flake.nix +++ b/flake.nix @@ -8,6 +8,14 @@ system = "x86_64-linux"; modules = [ ./reg/configuration.nix ]; }; + "mitty" = nixpkgs.lib.nixosSystem { + system = "x86_64-linux"; + modules = [ ./mitty/configuration.nix ]; + }; + "nanachi" = nixpkgs.lib.nixosSystem { + system = "x86_64-linux"; + modules = [ ./nanachi/configuration.nix ]; + }; "neetdev" = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = [ ./neet.dev/configuration.nix ];