From 032c6a37245bce6533bc7ee22971343625f57072 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Sat, 20 Dec 2025 08:33:17 -0500 Subject: home: fix more paths out of home dir --- hosts/shinji/sops.nix | 2 +- hosts/thinkpad/sops.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts') diff --git a/hosts/shinji/sops.nix b/hosts/shinji/sops.nix index a7ede54..1e46b6a 100644 --- a/hosts/shinji/sops.nix +++ b/hosts/shinji/sops.nix @@ -15,7 +15,7 @@ sops = { defaultSopsFile = ./secrets.yaml; - gnupg.home = config.homePath + "/.gnupg"; + gnupg.home = config.homePath + ".local/share/gnupg"; gnupg.sshKeyPaths = []; secrets = { diff --git a/hosts/thinkpad/sops.nix b/hosts/thinkpad/sops.nix index a7ede54..1e46b6a 100644 --- a/hosts/thinkpad/sops.nix +++ b/hosts/thinkpad/sops.nix @@ -15,7 +15,7 @@ sops = { defaultSopsFile = ./secrets.yaml; - gnupg.home = config.homePath + "/.gnupg"; + gnupg.home = config.homePath + ".local/share/gnupg"; gnupg.sshKeyPaths = []; secrets = { -- cgit v1.2.3-freya