summaryrefslogtreecommitdiff
path: root/home/ebisu
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-30 18:16:45 -0700
committerFuwn <[email protected]>2024-09-30 18:16:45 -0700
commit0d9857c0efd9e457f0510e26d91aec9539c71466 (patch)
treed82a13c60affb786350c9a908c724dd6426bfc19 /home/ebisu
parentlock: tsutsumi (diff)
downloadnixos-config-0d9857c0efd9e457f0510e26d91aec9539c71466.tar.xz
nixos-config-0d9857c0efd9e457f0510e26d91aec9539c71466.zip
flake: use self instead of relative path
Diffstat (limited to 'home/ebisu')
-rw-r--r--home/ebisu/fortune/system/sops.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/ebisu/fortune/system/sops.nix b/home/ebisu/fortune/system/sops.nix
index e0fb581..e229626 100644
--- a/home/ebisu/fortune/system/sops.nix
+++ b/home/ebisu/fortune/system/sops.nix
@@ -1,8 +1,8 @@
-{ config, ... }:
+{ config, self, ... }:
{
sops = {
gnupg.sshKeyPaths = [ ];
- defaultSopsFile = ../../../../secrets/${config.home.username}.yaml;
+ defaultSopsFile = "${self}/secrets/${config.home.username}.yaml";
age = {
sshKeyPaths = [ ];