about summary refs log tree commit diff stats
path: root/nix-conf/home/includes/common.nix
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2024-09-24 16:04:13 +0100
committerDavid Morgan <djm_uk@protonmail.com>2024-09-24 16:04:13 +0100
commit726b0673a5c1bd2134a1d7e415b9a2cc4912ef53 (patch)
tree251c2d7e9d3efe55d750c942b3b76c6331dc8dc1 /nix-conf/home/includes/common.nix
parentcba5a2b170c5a2120164bd20029c41254afed31d (diff)
downloaddotfiles-726b0673a5c1bd2134a1d7e415b9a2cc4912ef53.tar.gz
Move secrets files for easier linking
Diffstat (limited to 'nix-conf/home/includes/common.nix')
-rw-r--r--nix-conf/home/includes/common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix-conf/home/includes/common.nix b/nix-conf/home/includes/common.nix
index 2dc3a8a..339d470 100644
--- a/nix-conf/home/includes/common.nix
+++ b/nix-conf/home/includes/common.nix
@@ -45,7 +45,7 @@ in
   sops = {
     age.keyFile = "${config.xdg.configHome}/sops/age/keys.txt";
     defaultSopsFile = builtins.path {
-      path = ./../../secrets/home.yaml;
+      path = ./secrets.yaml;
       name = "home-secrets.yaml";
     };
     secrets."ssh_config/oci" = { };