Compare commits

..

1 commit

Author SHA1 Message Date
b03039f47b Use sops for private key distribution 2024-03-21 17:54:06 +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;