From 596ba1d55a74ba6eb76eef43f29180a0d9156161 Mon Sep 17 00:00:00 2001 From: Tasia Iso Date: Sat, 5 Oct 2024 17:33:25 +0200 Subject: [PATCH] vps thing --- flake.nix | 8 ++++++++ 1 file changed, 8 insertions(+) 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 + ]; + }; }; }; }