mirror of
https://github.com/kmein/niveum
synced 2026-03-22 21:01:07 +01:00
add catullus with retiolum
This commit is contained in:
@@ -10,8 +10,8 @@ let
|
|||||||
retiolum = pkgs.fetchFromGitHub {
|
retiolum = pkgs.fetchFromGitHub {
|
||||||
owner = "krebs";
|
owner = "krebs";
|
||||||
repo = netname;
|
repo = netname;
|
||||||
rev = "3ffcc41287434619a113ef3065ca5bd7d41478a5";
|
rev = "e6d2ab8fe3f7a03aaddcd54a7552c59ba3743d9d";
|
||||||
sha256 = "1svz2gym89y19xv8sy6nda59as9cjckf26skrbqap6kb5zrvm3v2";
|
sha256 = "1dlnvprv1pmk0y1pz7bcrx4ply0hzwrl1npq22jn8120a5y24cva";
|
||||||
};
|
};
|
||||||
|
|
||||||
in {
|
in {
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ let
|
|||||||
|
|
||||||
systems.catullus = pkgs.krops.writeDeploy "deploy-catullus" {
|
systems.catullus = pkgs.krops.writeDeploy "deploy-catullus" {
|
||||||
source = source "catullus" ./catullus;
|
source = source "catullus" ./catullus;
|
||||||
target = "root@catullus.local";
|
target = "root@catullus.r";
|
||||||
};
|
};
|
||||||
in systems // {
|
in systems // {
|
||||||
all = pkgs.writeScript "deploy-all" (lib.concatStringsSep "\n" (lib.attrValues systems));
|
all = pkgs.writeScript "deploy-all" (lib.concatStringsSep "\n" (lib.attrValues systems));
|
||||||
|
|||||||
Reference in New Issue
Block a user