diff --git a/flake.nix b/flake.nix index 1136839..58e94b3 100644 --- a/flake.nix +++ b/flake.nix @@ -275,6 +275,9 @@ hostName = "cyper-proxy"; target = ""; # KVM console IP }; + install-cyper-desktop = mkInstall { + hostName = "cyper-desktop"; + }; }; }; }