From c231c72a934dcf93cae381dfce8580343867ca2e Mon Sep 17 00:00:00 2001 From: schererleander Date: Fri, 30 May 2025 02:52:33 +0200 Subject: add vps config --- flake.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 58b9b75..73fa079 100644 --- a/flake.nix +++ b/flake.nix @@ -50,6 +50,18 @@ } ]; }; + nixosConfigurations.vps = nixpkgs.lib.nixosSystem { + system = linux-system; + specialArgs = { inherit inputs; }; + modules = [ + .hosts/vps/configuration + + home-manager.nixosModules.home-manager { + home-manager.useGlobalPkgs = true; + home-manager.useUserPackages = true; + } + ]; + }; darwinConfigurations."MacBook-Air" = nix-darwin.lib.darwinSystem { system = darwin-system; specialArgs = { inherit inputs username; }; -- cgit v1.3.1