diff --git a/flake.nix b/flake.nix index 2367a0e..9424688 100644 --- a/flake.nix +++ b/flake.nix @@ -173,6 +173,16 @@ inherit self inputs username; }; }; + april = nixpkgs.lib.nixosSystem { + inherit system; + modules = [ + (import ./hosts/april) + ]; + specialArgs = { + host = "april"; + inherit self inputs username; + }; + }; }; }; }