From ed0e9c4ab792bdae2ea808079d487749b898c111 Mon Sep 17 00:00:00 2001 From: Astro Date: Tue, 9 Nov 2021 01:23:35 +0100 Subject: [PATCH] flake.*: update heliwatch --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index c2e93403..6b27268c 100644 --- a/flake.lock +++ b/flake.lock @@ -8,11 +8,11 @@ "utils": "utils" }, "locked": { - "lastModified": 1635632287, - "narHash": "sha256-9JkB+zhitgmc7C/7EPp+vsaa+VsBuK7cl2YozR+7mKs=", + "lastModified": 1636416807, + "narHash": "sha256-cKVugZtEszVAz6+emfCgl4CdIzVcqP1CcfVCvpMdS5g=", "ref": "master", - "rev": "505d6ef10343703104a97379f5f3dea753a3ea0b", - "revCount": 18, + "rev": "3455a8d579aa67423adbc85abddab7c4d95e4eb8", + "revCount": 27, "type": "git", "url": "https://gitea.c3d2.de/astro/heliwatch.git" }, diff --git a/flake.nix b/flake.nix index 567f04f6..4943691a 100644 --- a/flake.nix +++ b/flake.nix @@ -446,7 +446,7 @@ modules = [ ./lib/lxc-container.nix { nixpkgs.overlays = [ secrets.overlays.mucbot ]; } - heliwatch.nixosModule + heliwatch.nixosModules.heliwatch ./hosts/containers/sdrweb ]; system = "x86_64-linux";