diff --git a/flake.nix b/flake.nix index 9d79e92..8db7ef7 100644 --- a/flake.nix +++ b/flake.nix @@ -84,6 +84,14 @@ ]; specialArgs = { host="violet"; inherit self inputs username; }; }; + dandelion = nixpkgs.lib.nixosSystem { + inherit system; + modules = [ + (import ./hosts/dandelion) + agenix.nixosModules.default + ]; + specialArgs = { host="dandelion"; inherit self inputs username; }; + }; vm = nixpkgs.lib.nixosSystem { inherit system;