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
|
||||
cfg = config.sites.zoeycomputer;
|
||||
|
||||
working_directory = "/var/lib/zoeycomputer";
|
||||
in {
|
||||
options.sites.zoeycomputer = {
|
||||
enable = mkEnableOption "Enables the zoey computer";
|
||||
|
|
@ -181,7 +183,6 @@
|
|||
|
||||
systemd.services."zoeyscomputer-phx" = let
|
||||
release_name = "zoeyscomputer";
|
||||
working_directory = "/var/lib/zoeycomputer";
|
||||
in {
|
||||
wantedBy = ["multi-user.target"];
|
||||
after = ["network.target" "postgresql.service" "init-zoeyscomputer-db.service"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue