From f15f0cdf2278ad8c68d8eaad0066e64937a62b98 Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 23 Jun 2022 18:14:51 +0200 Subject: [PATCH] config/net/cluster: s/proxmox/nixos/g --- config/net/cluster.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/net/cluster.nix b/config/net/cluster.nix index 2ee3134..ccabb1d 100644 --- a/config/net/cluster.nix +++ b/config/net/cluster.nix @@ -125,7 +125,7 @@ in let makeServer = { role = "client"; - model = "proxmox"; + model = "nixos"; interfaces = builtins.foldl' (interfaces: net: interfaces // { "${net}".type = "bridge";