diff --git a/flake.nix b/flake.nix index 7ddb671..470b112 100644 --- a/flake.nix +++ b/flake.nix @@ -135,6 +135,14 @@ ./hosts/vulpecula/configuration.nix ]; }; + + vulpecula-vps = stable.lib.nixosSystem { + system = "x86_64-linux"; + specialArgs = {inherit inputs outputs;}; + modules = [ + ./hosts/vulpecula-vps/configuration.nix + ]; + }; }; }; }