Compare commits

..

1 commit

Author SHA1 Message Date
39a9213e30 Use sops for private key distribution 2024-03-21 17:57:08 +01:00

View file

@ -133,7 +133,7 @@ in {
};
sops.secrets.backupKey = {
sopsFile = ../machines/bragi/backupKey.yaml;
path = "/home/fsaccount/.ssh/backupKey";
path = "/home/fsaccount/.ssh/";
owner = config.users.users.fsaccount.name;
inherit (config.users.users.fsaccount) group;
mode = "0400";