1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

stockholm: update

This commit is contained in:
Kierán Meinhardt
2019-07-09 21:09:31 +02:00
parent d428492c0c
commit c1c6269316
2 changed files with 1 additions and 2 deletions

View File

@@ -33,7 +33,6 @@
krebs.syncthing = rec { krebs.syncthing = rec {
enable = true; enable = true;
id = config.networking.hostName;
key = toString <secrets/syncthing/key.pem>; key = toString <secrets/syncthing/key.pem>;
cert = toString <secrets/syncthing/cert.pem>; cert = toString <secrets/syncthing/cert.pem>;
peers = { peers = {

View File

@@ -29,7 +29,7 @@ let
}; };
stockholm.git = { stockholm.git = {
url = https://cgit.krebsco.de/stockholm; url = https://cgit.krebsco.de/stockholm;
ref = "1340e3fb"; ref = "421a9792";
}; };
}; };