Compare commits

..

1 commit

Author SHA1 Message Date
224530117e Use sops for private key distribution 2024-03-21 17:54:58 +01:00

View file

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