From 40597245c82a2d57a3c7ef06c8ed3a4ebf840a42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Sat, 9 Nov 2024 15:28:03 +0100 Subject: [PATCH] remove thinkrac, rainbow-resort, and installer from old config --- flake.nix | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/flake.nix b/flake.nix index 4a2f1865..5e4bfd95 100644 --- a/flake.nix +++ b/flake.nix @@ -175,26 +175,14 @@ rec { name = "nixos-8gb-fsn1-1"; # Hetzner Server system = "x86_64-linux"; } - { - name = "thinkrac"; # Thinkpad T470 - system = "x86_64-linux"; - } { name = "nas"; # My nas system = "x86_64-linux"; } - { - name = "installer"; # Installer iso - system = "x86_64-linux"; - } { name = "instance-20221213-1915"; # Oracle server system = "aarch64-linux"; } - { - name = "rainbow-resort"; # PC - system = "x86_64-linux"; - } /* { name = "devterm";