flake.*: update heliwatch

This commit is contained in:
Astro 2021-11-09 01:23:35 +01:00
parent 5e7b72d6f2
commit ed0e9c4ab7
2 changed files with 5 additions and 5 deletions

View File

@ -8,11 +8,11 @@
"utils": "utils" "utils": "utils"
}, },
"locked": { "locked": {
"lastModified": 1635632287, "lastModified": 1636416807,
"narHash": "sha256-9JkB+zhitgmc7C/7EPp+vsaa+VsBuK7cl2YozR+7mKs=", "narHash": "sha256-cKVugZtEszVAz6+emfCgl4CdIzVcqP1CcfVCvpMdS5g=",
"ref": "master", "ref": "master",
"rev": "505d6ef10343703104a97379f5f3dea753a3ea0b", "rev": "3455a8d579aa67423adbc85abddab7c4d95e4eb8",
"revCount": 18, "revCount": 27,
"type": "git", "type": "git",
"url": "https://gitea.c3d2.de/astro/heliwatch.git" "url": "https://gitea.c3d2.de/astro/heliwatch.git"
}, },

View File

@ -446,7 +446,7 @@
modules = [ modules = [
./lib/lxc-container.nix ./lib/lxc-container.nix
{ nixpkgs.overlays = [ secrets.overlays.mucbot ]; } { nixpkgs.overlays = [ secrets.overlays.mucbot ]; }
heliwatch.nixosModule heliwatch.nixosModules.heliwatch
./hosts/containers/sdrweb ./hosts/containers/sdrweb
]; ];
system = "x86_64-linux"; system = "x86_64-linux";