This commit is contained in:
zack 2024-10-21 21:21:34 -04:00
parent 63193fb818
commit fe7c40f198
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35

View file

@ -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"];