this repo has no description
4
fork

Configure Feed

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

bwomp

dusk 2db7e266 edc75500

+5 -2
+2 -2
flake.lock
··· 100 100 "systems": "systems_2" 101 101 }, 102 102 "locked": { 103 - "lastModified": 1733266129, 104 - "narHash": "sha256-ez4R0WpHSZ5mVit5uh5qiQ/ljpkhh7fQZDiQkHL/rCc=", 103 + "lastModified": 1737049415, 104 + "narHash": "sha256-T6Vl8QdyVZBfEPF0kDuH7UsiCBkqq/8w0QA4T8uHM0Y=", 105 105 "type": "tarball", 106 106 "url": "https://git.gaze.systems/gazesys/website/releases/download/latest/source.tgz" 107 107 },
+2
hosts/wolumonde/default.nix
··· 23 23 allowedUDPPortRanges = []; 24 24 }; 25 25 26 + # virtualisation.docker.enable = true; 27 + 26 28 system.stateVersion = "22.05"; 27 29 }
+1
hosts/wolumonde/modules/blog.nix
··· 26 26 PORT = toString port; 27 27 GUESTBOOK_BASE_URL = "http://localhost:8080"; 28 28 WEBSITE_DATA_DIR = "/var/lib/website"; 29 + VITE_CLOUDINARY_CLOUD_NAME = "dgtwf7mar"; 29 30 }; 30 31 serviceConfig = { 31 32 User = "website";