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; };