config/net/cluster: s/proxmox/nixos/g

This commit is contained in:
Astro 2022-06-23 18:14:51 +02:00
parent fd6b70d89c
commit f15f0cdf22
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ in
let let
makeServer = { makeServer = {
role = "client"; role = "client";
model = "proxmox"; model = "nixos";
interfaces = builtins.foldl' (interfaces: net: interfaces = builtins.foldl' (interfaces: net:
interfaces // { interfaces // {
"${net}".type = "bridge"; "${net}".type = "bridge";