From c1e09364bb412f1e09d1a680e5200d375a61694f Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Thu, 2 Jan 2025 15:35:05 +0000 Subject: remove obsolete infra --- hosts/dishwasher/microvms.nix | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 hosts/dishwasher/microvms.nix (limited to 'hosts/dishwasher/microvms.nix') diff --git a/hosts/dishwasher/microvms.nix b/hosts/dishwasher/microvms.nix deleted file mode 100644 index e5cc7c8..0000000 --- a/hosts/dishwasher/microvms.nix +++ /dev/null @@ -1,16 +0,0 @@ -{ inputs, ... }: { - microvm.vms = { - nextcloud = { - flake = inputs.self; - updateFlake = "github:oxapentane/nix-config/master"; - }; - music = { - flake = inputs.self; - updateFlake = "github:oxapentane/nix-config/master"; - }; - news = { - flake = inputs.self; - updateFlake = "github:oxapentane/nix-config/master"; - }; - }; -} -- cgit v1.3.1