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";