bwomp
This commit is contained in:
parent
edc75500da
commit
2db7e26636
4
flake.lock
generated
4
flake.lock
generated
@ -100,8 +100,8 @@
|
|||||||
"systems": "systems_2"
|
"systems": "systems_2"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1733266129,
|
"lastModified": 1737049415,
|
||||||
"narHash": "sha256-ez4R0WpHSZ5mVit5uh5qiQ/ljpkhh7fQZDiQkHL/rCc=",
|
"narHash": "sha256-T6Vl8QdyVZBfEPF0kDuH7UsiCBkqq/8w0QA4T8uHM0Y=",
|
||||||
"type": "tarball",
|
"type": "tarball",
|
||||||
"url": "https://git.gaze.systems/gazesys/website/releases/download/latest/source.tgz"
|
"url": "https://git.gaze.systems/gazesys/website/releases/download/latest/source.tgz"
|
||||||
},
|
},
|
||||||
|
@ -23,5 +23,7 @@
|
|||||||
allowedUDPPortRanges = [];
|
allowedUDPPortRanges = [];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# virtualisation.docker.enable = true;
|
||||||
|
|
||||||
system.stateVersion = "22.05";
|
system.stateVersion = "22.05";
|
||||||
}
|
}
|
||||||
|
@ -26,6 +26,7 @@ in {
|
|||||||
PORT = toString port;
|
PORT = toString port;
|
||||||
GUESTBOOK_BASE_URL = "http://localhost:8080";
|
GUESTBOOK_BASE_URL = "http://localhost:8080";
|
||||||
WEBSITE_DATA_DIR = "/var/lib/website";
|
WEBSITE_DATA_DIR = "/var/lib/website";
|
||||||
|
VITE_CLOUDINARY_CLOUD_NAME = "dgtwf7mar";
|
||||||
};
|
};
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
User = "website";
|
User = "website";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user