fix: include uuid in sysupdate images

This commit is contained in:
Lars Sjöström 2025-03-19 13:21:52 +01:00
parent a7b86fd03e
commit 91a5646555
No known key found for this signature in database
2 changed files with 8 additions and 4 deletions

View file

@ -18,7 +18,7 @@
pkgs = import nixpkgs { inherit system; };
patosPkgs = self.packages.${system};
version = "0.0.1";
updateUrl = "http://10.0.2.2:8000";
updateUrl = "http://10.0.2.2:8000/";
in
{
packages = {