1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 18:21:07 +01:00

add catullus with retiolum

This commit is contained in:
Kierán Meinhardt
2019-02-05 23:31:31 +01:00
parent 2431905845
commit 14c7cf83d3
2 changed files with 3 additions and 3 deletions

View File

@@ -10,8 +10,8 @@ let
retiolum = pkgs.fetchFromGitHub {
owner = "krebs";
repo = netname;
rev = "3ffcc41287434619a113ef3065ca5bd7d41478a5";
sha256 = "1svz2gym89y19xv8sy6nda59as9cjckf26skrbqap6kb5zrvm3v2";
rev = "e6d2ab8fe3f7a03aaddcd54a7552c59ba3743d9d";
sha256 = "1dlnvprv1pmk0y1pz7bcrx4ply0hzwrl1npq22jn8120a5y24cva";
};
in {

View File

@@ -22,7 +22,7 @@ let
systems.catullus = pkgs.krops.writeDeploy "deploy-catullus" {
source = source "catullus" ./catullus;
target = "root@catullus.local";
target = "root@catullus.r";
};
in systems // {
all = pkgs.writeScript "deploy-all" (lib.concatStringsSep "\n" (lib.attrValues systems));