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