fix(home): setup proper path with config variables
This commit is contained in:
parent
af1f017749
commit
8deea88d1f
4 changed files with 8 additions and 3 deletions
|
@ -18,7 +18,7 @@ in
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
sops.age.keyFile = "/home/philipp/.config/sops/age/keys.txt";
|
||||
sops.age.keyFile = "${config.users.users.philipp.home}/.config/sops/age/keys.txt";
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue