From 81043d8f38ebfe68f483bf8830879e0a7c449d70 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 23 Apr 2025 20:14:44 +0100 Subject: [PATCH] Fix `wiki-push` script --- hosts/t480/modules/wiki.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/t480/modules/wiki.nix b/hosts/t480/modules/wiki.nix index 31a85ad6..f475614f 100644 --- a/hosts/t480/modules/wiki.nix +++ b/hosts/t480/modules/wiki.nix @@ -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";