Fix wiki-push script

This commit is contained in:
Oliver Davies 2025-04-23 20:14:44 +01:00
parent 57c96d70f3
commit 81043d8f38

View file

@ -10,8 +10,7 @@ with lib;
(pkgs.writeShellApplication ( (pkgs.writeShellApplication (
let let
remoteIpAddresses = [ remoteIpAddresses = [
"116.203.11.255" "nixedo.local"
"192.168.1.116"
]; ];
wikiPath = "${config.xdg.userDirs.documents}/wiki"; wikiPath = "${config.xdg.userDirs.documents}/wiki";