this repo has no description
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: website updates

+4 -3
+2 -2
flake.lock
··· 100 100 "systems": "systems_2" 101 101 }, 102 102 "locked": { 103 - "lastModified": 1727382403, 104 - "narHash": "sha256-ewGsUhNxIYv0g/a9GGa3cMlKXGgsSK14xgnr9JoT1zs=", 103 + "lastModified": 1727748493, 104 + "narHash": "sha256-62wWRIw12TR9DNFi2a9L23TEO8dOvr4mhr3lfpfXVpo=", 105 105 "type": "tarball", 106 106 "url": "https://git.gaze.systems/gazesys/website/releases/download/latest/source.tgz" 107 107 },
+2 -1
hosts/wolumonde/modules/blog.nix
··· 7 7 PUBLIC_BASE_URL = "https://gaze.systems"; 8 8 pkg = inputs.blog.packages.${pkgs.system}.default.overrideAttrs (old: { 9 9 inherit PUBLIC_BASE_URL; 10 - GUESTBOOK_BASE_URL = "http://localhost:8080"; 11 10 }); 12 11 port = 3003; 13 12 in { ··· 25 24 HOME = "/var/lib/website"; 26 25 ORIGIN = PUBLIC_BASE_URL; 27 26 PORT = toString port; 27 + GUESTBOOK_BASE_URL = "http://localhost:8080"; 28 + WEBSITE_DATA_DIR = "/var/lib/website"; 28 29 }; 29 30 serviceConfig = { 30 31 User = "website";