fix
This commit is contained in:
parent
63193fb818
commit
fe7c40f198
1 changed files with 2 additions and 1 deletions
|
|
@ -36,6 +36,8 @@
|
||||||
}:
|
}:
|
||||||
with lib; let
|
with lib; let
|
||||||
cfg = config.sites.zoeycomputer;
|
cfg = config.sites.zoeycomputer;
|
||||||
|
|
||||||
|
working_directory = "/var/lib/zoeycomputer";
|
||||||
in {
|
in {
|
||||||
options.sites.zoeycomputer = {
|
options.sites.zoeycomputer = {
|
||||||
enable = mkEnableOption "Enables the zoey computer";
|
enable = mkEnableOption "Enables the zoey computer";
|
||||||
|
|
@ -181,7 +183,6 @@
|
||||||
|
|
||||||
systemd.services."zoeyscomputer-phx" = let
|
systemd.services."zoeyscomputer-phx" = let
|
||||||
release_name = "zoeyscomputer";
|
release_name = "zoeyscomputer";
|
||||||
working_directory = "/var/lib/zoeycomputer";
|
|
||||||
in {
|
in {
|
||||||
wantedBy = ["multi-user.target"];
|
wantedBy = ["multi-user.target"];
|
||||||
after = ["network.target" "postgresql.service" "init-zoeyscomputer-db.service"];
|
after = ["network.target" "postgresql.service" "init-zoeyscomputer-db.service"];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue