This commit is contained in:
dusk 2025-02-04 06:02:36 +09:00
parent edc75500da
commit 2db7e26636
Signed by: dusk
SSH Key Fingerprint: SHA256:Abmvag+juovVufZTxyWY8KcVgrznxvBjQpJesv071Aw
3 changed files with 5 additions and 2 deletions

4
flake.lock generated
View File

@ -100,8 +100,8 @@
"systems": "systems_2"
},
"locked": {
"lastModified": 1733266129,
"narHash": "sha256-ez4R0WpHSZ5mVit5uh5qiQ/ljpkhh7fQZDiQkHL/rCc=",
"lastModified": 1737049415,
"narHash": "sha256-T6Vl8QdyVZBfEPF0kDuH7UsiCBkqq/8w0QA4T8uHM0Y=",
"type": "tarball",
"url": "https://git.gaze.systems/gazesys/website/releases/download/latest/source.tgz"
},

View File

@ -23,5 +23,7 @@
allowedUDPPortRanges = [];
};
# virtualisation.docker.enable = true;
system.stateVersion = "22.05";
}

View File

@ -26,6 +26,7 @@ in {
PORT = toString port;
GUESTBOOK_BASE_URL = "http://localhost:8080";
WEBSITE_DATA_DIR = "/var/lib/website";
VITE_CLOUDINARY_CLOUD_NAME = "dgtwf7mar";
};
serviceConfig = {
User = "website";