From fa8b182d704c9eea198af4dc8fd221bf0e520796 Mon Sep 17 00:00:00 2001 From: notohh Date: Sun, 3 Dec 2023 00:01:10 -0500 Subject: [PATCH] sakura: remove dashdot --- hosts/sakura/services/dashdot.nix | 14 -------------- hosts/sakura/services/default.nix | 1 - 2 files changed, 15 deletions(-) delete mode 100644 hosts/sakura/services/dashdot.nix diff --git a/hosts/sakura/services/dashdot.nix b/hosts/sakura/services/dashdot.nix deleted file mode 100644 index cc24327..0000000 --- a/hosts/sakura/services/dashdot.nix +++ /dev/null @@ -1,14 +0,0 @@ -_: { - virtualisation.oci-containers.containers.dashdot = { - image = "mauricenino/dashdot:sha-4bef01c"; - ports = [ - "4000:3001" - ]; - volumes = [ - "/home/notoh/docker/dashdot:/mnt/host:ro" - ]; - environment = { - DASHDOT_ENABLE_CPU_TEMPS = "true"; - }; - }; -} diff --git a/hosts/sakura/services/default.nix b/hosts/sakura/services/default.nix index afee7db..606c771 100644 --- a/hosts/sakura/services/default.nix +++ b/hosts/sakura/services/default.nix @@ -4,7 +4,6 @@ ./forgejo.nix ./rustypaste.nix ./hedgedoc.nix - ./dashdot.nix ./grafana.nix ./vaultwarden.nix ./conduit.nix