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