Skip to content

Commit 0db62a0

Browse files
committed
fix: append /persist due to impermanence for ssh keys
Signed-off-by: Reputable2722 <153411261+Reputable2772@users.noreply.github.com>
1 parent bae1d5e commit 0db62a0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Config/config.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ rec {
3939
deployment tools like cachix-deploy, colmena, etc.
4040
*/
4141
encryption = {
42-
pkeyfile = "/etc/ssh/Lenovo-Encryption";
42+
# /persist because of impermanence nix-community/impermanence#301
43+
pkeyfile = "/persist/etc/ssh/Lenovo-Encryption";
4344
key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN618WSaf14crbHvqgDdhAqkgjz6tmyjKwL00viq5CQd wickedwizard@lenovo-laptop";
4445
};
4546
};

0 commit comments

Comments
 (0)