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

fix syncthing

This commit is contained in:
Kierán Meinhardt
2019-05-29 17:23:38 +02:00
parent bdae8e6390
commit 090fec451e
2 changed files with 5 additions and 11 deletions

View File

@@ -32,7 +32,7 @@ let
minimal = path: other: lib.evalSource [(niveum path // other)];
regular = path: minimal path (niveum path // {
regular = path: minimal path {
home-manager.git = {
url = https://github.com/rycee/home-manager;
ref = "2ccbf43";
@@ -41,7 +41,7 @@ let
url = https://cgit.krebsco.de/stockholm;
ref = "1340e3fb";
};
});
};
systems.scardanelli = pkgs.krops.writeDeploy "deploy-scardanelli" {
source = regular ./systems/scardanelli;