Apparently paths copy to the nix store?

This commit is contained in:
Niten 2021-04-22 12:12:16 -07:00
parent c31218f673
commit cb0baaade8

View File

@ -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 = {