mirror of
https://github.com/kmein/niveum
synced 2026-03-21 04:11:07 +01:00
add catullus with retiolum
This commit is contained 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