mirror of
https://github.com/ryantm/agenix.git
synced 2024-11-22 17:50:48 +03:00
Remove path config to use default secret path in test
This commit is contained in:
parent
f6288a8fa7
commit
acbc2e53b6
1 changed files with 0 additions and 1 deletions
|
@ -65,7 +65,6 @@ pkgs.nixosTest {
|
||||||
};
|
};
|
||||||
secrets.armored-secret = {
|
secrets.armored-secret = {
|
||||||
file = ../example/armored-secret.age;
|
file = ../example/armored-secret.age;
|
||||||
path = "/home/user1/armored-secret";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue