diff --git a/flake.nix b/flake.nix index 793edef..53d9727 100644 --- a/flake.nix +++ b/flake.nix @@ -159,6 +159,16 @@ inherit self inputs username; }; }; + imilia = nixpkgs.lib.nixosSystem { + inherit system; + modules = [ + (import ./hosts/imilia) + ]; + specialArgs = { + host = "imilia"; + inherit self inputs username; + }; + }; }; }; }