From 11de044811d357b4b34e87bccfaf5302d0eb6c93 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 5 Aug 2024 09:37:18 -0700 Subject: add a new host: wildcat This is a VPS on hetzner. --- nix/flake/hosts.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nix/flake/hosts.nix') diff --git a/nix/flake/hosts.nix b/nix/flake/hosts.nix index c02fe6c..836a26b 100644 --- a/nix/flake/hosts.nix +++ b/nix/flake/hosts.nix @@ -34,6 +34,7 @@ let mkNixosConfig = system: path: nixpkgs.lib.nixosSystem { inherit system; modules = [ + "${self}/nix/hosts/nixos" path ]; specialArgs = { inherit inputs self; }; @@ -49,6 +50,7 @@ in nixosConfigurations = { vm = mkNixosConfig "aarch64-linux" "${self}/nix/hosts/vm"; + wildcat = mkNixosConfig "x86_64-linux" "${self}/nix/hosts/wildcat"; }; } ]; -- cgit v1.2.3