From 4364e14de89cdd2739b66f73759799d95114846b Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Thu, 9 Jan 2025 17:29:57 -0800 Subject: [PATCH] flake: remove virtmsi --- flake.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/flake.nix b/flake.nix index a664839..725083c 100644 --- a/flake.nix +++ b/flake.nix @@ -12,15 +12,6 @@ outputs = inputs@{ nixpkgs, self, deploy-rs, ... }: { nixosConfigurations = { - virtmsi = nixpkgs.lib.nixosSystem { - specialArgs = { inherit inputs self; }; - - modules = [ - ./modules - ./hosts/virtmsi/configuration.nix - ./hosts/virtmsi/hardware-configuration.nix - ]; - }; permafrost = nixpkgs.lib.nixosSystem { specialArgs = { inherit inputs self; };