Fix wiki-push
script
This commit is contained in:
parent
57c96d70f3
commit
81043d8f38
1 changed files with 1 additions and 2 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue