Apparently paths copy to the nix store?
This commit is contained in:
parent
c31218f673
commit
cb0baaade8
@ -4,7 +4,7 @@ with lib;
|
||||
let
|
||||
primary-ip = "10.0.0.21";
|
||||
deploy-group = "nixops-deploy";
|
||||
secrets-path = /srv/secrets;
|
||||
secrets-path = "/srv/secrets";
|
||||
|
||||
in {
|
||||
config = {
|
||||
|
Loading…
Reference in New Issue
Block a user