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 (
let
remoteIpAddresses = [
"116.203.11.255"
"192.168.1.116"
"nixedo.local"
];
wikiPath = "${config.xdg.userDirs.documents}/wiki";