diff --git a/flake.lock b/flake.lock index 6d9db15..f5193ff 100644 --- a/flake.lock +++ b/flake.lock @@ -100,8 +100,8 @@ "systems": "systems_2" }, "locked": { - "lastModified": 1733266129, - "narHash": "sha256-ez4R0WpHSZ5mVit5uh5qiQ/ljpkhh7fQZDiQkHL/rCc=", + "lastModified": 1737049415, + "narHash": "sha256-T6Vl8QdyVZBfEPF0kDuH7UsiCBkqq/8w0QA4T8uHM0Y=", "type": "tarball", "url": "https://git.gaze.systems/gazesys/website/releases/download/latest/source.tgz" }, diff --git a/hosts/wolumonde/default.nix b/hosts/wolumonde/default.nix index 0af03e4..c4c059e 100644 --- a/hosts/wolumonde/default.nix +++ b/hosts/wolumonde/default.nix @@ -23,5 +23,7 @@ allowedUDPPortRanges = []; }; + # virtualisation.docker.enable = true; + system.stateVersion = "22.05"; } diff --git a/hosts/wolumonde/modules/blog.nix b/hosts/wolumonde/modules/blog.nix index 472a403..1e7e98e 100644 --- a/hosts/wolumonde/modules/blog.nix +++ b/hosts/wolumonde/modules/blog.nix @@ -26,6 +26,7 @@ in { PORT = toString port; GUESTBOOK_BASE_URL = "http://localhost:8080"; WEBSITE_DATA_DIR = "/var/lib/website"; + VITE_CLOUDINARY_CLOUD_NAME = "dgtwf7mar"; }; serviceConfig = { User = "website";