Set up CGM repository

This commit is contained in:
2023-05-24 14:15:15 +02:00
parent 98f1492da8
commit 701e47473a
7 changed files with 43 additions and 0 deletions

View File

@@ -161,6 +161,11 @@ with pkgs;
owner = "mosquitto";
group = "mosquitto";
};
secrets.nightscout = {
file = secrets/nightscout.age;
owner = "coolneng";
group = "podman";
};
identityPaths = [ "/etc/ssh/id_ed25519" ];
};