diff --git a/flake.lock b/flake.lock index 28914fe..2a91989 100644 --- a/flake.lock +++ b/flake.lock @@ -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" }, diff --git a/hosts/wolumonde/modules/blog.nix b/hosts/wolumonde/modules/blog.nix index 64c797b..0e1242e 100644 --- a/hosts/wolumonde/modules/blog.nix +++ b/hosts/wolumonde/modules/blog.nix @@ -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; diff --git a/hosts/wolumonde/modules/guestbook.nix b/hosts/wolumonde/modules/guestbook.nix index 2a343f8..615001f 100644 --- a/hosts/wolumonde/modules/guestbook.nix +++ b/hosts/wolumonde/modules/guestbook.nix @@ -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;