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