Remove path config to use default secret path in test

This commit is contained in:
Andrew Lubawy 2024-07-30 15:55:25 -07:00
parent f6288a8fa7
commit acbc2e53b6
No known key found for this signature in database
GPG key ID: 8E98BAE1F49C2709

View file

@ -65,7 +65,6 @@ pkgs.nixosTest {
};
secrets.armored-secret = {
file = ../example/armored-secret.age;
path = "/home/user1/armored-secret";
};
};
};