test
This commit is contained in:
@@ -42,13 +42,14 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
sops.templates."remote-builder" = {
|
sops.templates."remote-builder" = {
|
||||||
content = builtins.concatStringsSep "\n" (builtins.map
|
/*content = builtins.concatStringsSep ''''\n'' (builtins.map
|
||||||
(y: config.sops.placeholder.${y})
|
(y: config.sops.placeholder.${y})
|
||||||
(builtins.partition
|
(builtins.partition
|
||||||
(x: (builtins.match "^remoteBuildClientKeys/.+" x) != null)
|
(x: (builtins.match "^remoteBuildClientKeys/.+" x) != null)
|
||||||
(builtins.attrNames config.sops.secrets)
|
(builtins.attrNames config.sops.secrets)
|
||||||
).right
|
).right
|
||||||
);
|
);*/
|
||||||
|
content = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAsU69CxfQk58CvItPN426h5Alnpb60SH37wet97Vb57 nathan@laptop";
|
||||||
path = "/etc/ssh/authorized_keys.d/remote-builder";
|
path = "/etc/ssh/authorized_keys.d/remote-builder";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user