feat: website updates
This commit is contained in:
parent
e49b560d6b
commit
53c2c51a6f
@ -100,8 +100,8 @@
|
||||
"systems": "systems_2"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1727382403,
|
||||
"narHash": "sha256-ewGsUhNxIYv0g/a9GGa3cMlKXGgsSK14xgnr9JoT1zs=",
|
||||
"lastModified": 1727748493,
|
||||
"narHash": "sha256-62wWRIw12TR9DNFi2a9L23TEO8dOvr4mhr3lfpfXVpo=",
|
||||
"type": "tarball",
|
||||
"url": "https://git.gaze.systems/gazesys/website/releases/download/latest/source.tgz"
|
||||
},
|
||||
|
@ -7,7 +7,6 @@
|
||||
PUBLIC_BASE_URL = "https://gaze.systems";
|
||||
pkg = inputs.blog.packages.${pkgs.system}.default.overrideAttrs (old: {
|
||||
inherit PUBLIC_BASE_URL;
|
||||
GUESTBOOK_BASE_URL = "http://localhost:8080";
|
||||
});
|
||||
port = 3003;
|
||||
in {
|
||||
@ -25,6 +24,8 @@ in {
|
||||
HOME = "/var/lib/website";
|
||||
ORIGIN = PUBLIC_BASE_URL;
|
||||
PORT = toString port;
|
||||
GUESTBOOK_BASE_URL = "http://localhost:8080";
|
||||
WEBSITE_DATA_DIR = "/var/lib/website";
|
||||
};
|
||||
serviceConfig = {
|
||||
User = "website";
|
||||
|
Loading…
Reference in New Issue
Block a user