Require sops for systemctl
This commit is contained in:
parent
8f80988875
commit
88ea68b1cc
|
@ -59,7 +59,6 @@
|
||||||
dbname = "NC";
|
dbname = "NC";
|
||||||
dbpassFile = config.sops.secrets."nextclouddb".path;
|
dbpassFile = config.sops.secrets."nextclouddb".path;
|
||||||
|
|
||||||
#TODO: work with sops to set this instead of a file & make sure the db setup is the same as on the previous server for easy migration
|
|
||||||
adminpassFile = config.sops.secrets."nextcloudadmin".path;
|
adminpassFile = config.sops.secrets."nextcloudadmin".path;
|
||||||
adminuser = "gladtherescake";
|
adminuser = "gladtherescake";
|
||||||
};
|
};
|
||||||
|
@ -114,7 +113,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.services."nextcloud-setup" = {
|
systemd.services."nextcloud-setup" = {
|
||||||
requires = ["mysql.service"];
|
requires = ["mysql.service" "sops-nix.service"];
|
||||||
after = ["mysql.service"];
|
after = ["mysql.service" "sops-nix.service"];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue