From 99d72f0cb9913f7929b2696ad550292189ea5338 Mon Sep 17 00:00:00 2001 From: DerGrumpf Date: Wed, 8 Apr 2026 20:40:15 +0200 Subject: [PATCH] Removed current cyper-node defintion --- flake.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/flake.nix b/flake.nix index 53d871b..9cbd37c 100644 --- a/flake.nix +++ b/flake.nix @@ -143,12 +143,6 @@ hostName = "cyper-desktop"; system = "x86_64-linux"; }; - - "cyper-node-1" = mkSystem { - hostName = "cyper-node-1"; - system = "x86_64-linux"; - isServer = true; - }; }; darwinConfigurations."cyper-mac" = mkSystem {