Compare commits

..

1 commit

Author SHA1 Message Date
6746f0c047 Use sops for private key distribution 2024-03-21 17:50:25 +01:00

View file

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