System/Servenix+Thinknix: Fix sops key issue, they key location assumed an impermanent setup
Changed the default location to /home/${username}/.secrets/age/age.key, impermanent systems have to override this.
This commit is contained in:
@ -85,6 +85,10 @@
|
||||
];
|
||||
};
|
||||
|
||||
# NOTE: Sops needs the keys before impermanence kicks in
|
||||
# so we have to link to /persist directly...
|
||||
sops.age.keyFile = "/persist/home/${username}/.secrets/age/age.key";
|
||||
|
||||
sops.templates."makemkv-settings.conf" = {
|
||||
owner = config.users.users.${username}.name;
|
||||
content = ''
|
||||
|
Reference in New Issue
Block a user