l krops: get dummy-secrets via relative path
This commit is contained in:
parent
39870dbc4a
commit
c667b2c664
@ -10,7 +10,7 @@
|
|||||||
{
|
{
|
||||||
nixos-config.symlink = "stockholm/lass/1systems/${name}/physical.nix";
|
nixos-config.symlink = "stockholm/lass/1systems/${name}/physical.nix";
|
||||||
secrets = if test then {
|
secrets = if test then {
|
||||||
file = "/home/lass/stockholm/lass/2configs/tests/dummy-secrets";
|
file = toString ./2configs/tests/dummy-secrets;
|
||||||
} else {
|
} else {
|
||||||
pass = {
|
pass = {
|
||||||
dir = "${lib.getEnv "HOME"}/.password-store";
|
dir = "${lib.getEnv "HOME"}/.password-store";
|
||||||
|
Loading…
Reference in New Issue
Block a user