From 875145884c9e2a4b90c83a0f1b12e21da0fa8510 Mon Sep 17 00:00:00 2001 From: Astro Date: Sun, 4 Dec 2022 21:42:34 +0100 Subject: [PATCH] server10: disable microvm-update@staging-data-hoarder.timer for now --- hosts/server10/microvm-staging.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hosts/server10/microvm-staging.nix b/hosts/server10/microvm-staging.nix index 8b93162b..04a3020f 100644 --- a/hosts/server10/microvm-staging.nix +++ b/hosts/server10/microvm-staging.nix @@ -1,9 +1,8 @@ { config, pkgs, ... }: let microvms = { - staging-data-hoarder = { - flakeref = "git+file:///tmp/dvb-nix-config"; - }; + # TODO: BROKEN since 2022-12-03 + # staging-data-hoarder.flakeref = "git+file:///tmp/dvb-nix-config"; }; realizeFlake = with pkgs; "${writeScriptBin "realize-flake" ''