fix: website shit

This commit is contained in:
dusk 2024-08-23 18:27:34 +03:00
parent 244d193d00
commit e93c846eda
Signed by: dusk
SSH Key Fingerprint: SHA256:Abmvag+juovVufZTxyWY8KcVgrznxvBjQpJesv071Aw
3 changed files with 7 additions and 7 deletions

View File

@ -100,11 +100,11 @@
"systems": "systems_2"
},
"locked": {
"lastModified": 1724420821,
"narHash": "sha256-luP6c8jJNrBEbQPt/AIQ4czHm7R6fOMPc0GIL+VmQwc=",
"lastModified": 1724426642,
"narHash": "sha256-DlW/MK7fq5G0qjYdNVP4CmRIHZY0auplLPlDBdMt7z8=",
"ref": "refs/heads/svelte",
"rev": "95b08631ff1b98a69f4ad7b07b686cb9a2e81151",
"revCount": 100,
"rev": "b5fda85147a84df98c6de82b75a638d16ad09ae6",
"revCount": 101,
"type": "git",
"url": "https://git.gaze.systems/dusk/website.git"
},

View File

@ -6,9 +6,9 @@
PUBLIC_BASE_URL = "https://gaze.systems";
pkg = inputs.blog.packages.${pkgs.system}.default.overrideAttrs (old: {
inherit PUBLIC_BASE_URL;
GUESTBOOK_BASE_URL = "http://localhost:5173";
GUESTBOOK_BASE_URL = "http://localhost:8080";
});
port = 3000;
port = 3003;
in {
users.users.website = {
isSystemUser = true;

View File

@ -5,7 +5,7 @@
}: let
GUESTBOOK_WEBSITE_URI = "https://gaze.systems";
pkg = inputs.blog.packages.${pkgs.system}.guestbook;
port = 5173;
port = 8080;
in {
users.users.guestbook = {
isSystemUser = true;