diff options
| author | Grigory Shipunov | 2025-01-02 15:35:05 +0000 |
|---|---|---|
| committer | Grigory Shipunov | 2025-01-02 15:35:05 +0000 |
| commit | c1e09364bb412f1e09d1a680e5200d375a61694f (patch) | |
| tree | a2f5cbc73043afb46a7d1d23864299b82e32449a /hosts/dishwasher/microvms.nix | |
| parent | cd63ec45b8776bebc4014efb9990b364e0afb443 (diff) | |
remove obsolete infra
Diffstat (limited to 'hosts/dishwasher/microvms.nix')
| -rw-r--r-- | hosts/dishwasher/microvms.nix | 16 |
1 files changed, 0 insertions, 16 deletions
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"; - }; - }; -} |
