Things
- lockfile updated - Working with Hydra - Emacs packages - Workaround for nix/git
This commit is contained in:
parent
28f14cab2e
commit
3411b09ab0
5 changed files with 36 additions and 7 deletions
|
@ -130,7 +130,6 @@
|
|||
|
||||
transmission = {
|
||||
enable = true;
|
||||
port = 9091;
|
||||
# the following json is merged to this attrset, it must have `rpc-username` and `rpc-password`
|
||||
credentialsFile = "/mnt/archivio/transmission/credentials.json";
|
||||
settings = {
|
||||
|
@ -138,6 +137,7 @@
|
|||
incomplete-dir = "/mnt/archivio/transmission/.incomplete";
|
||||
incomplete-dir-enabled = true;
|
||||
|
||||
rpc-port = 9091;
|
||||
rpc-whitelist-enabled = false;
|
||||
rpc-host-whitelist-enabled = false;
|
||||
rpc-authentication-required = true;
|
||||
|
@ -268,7 +268,7 @@
|
|||
ydnsUpdater = pkgs.writeScriptBin "ydnsUpdater" ''
|
||||
#!${pkgs.stdenv.shell}
|
||||
USER="andrea.ciceri@autistici.org"
|
||||
PASSWORD=$(${pkgs.stdenv}/bin/cat /home/ccr/.ydns-password)
|
||||
PASSWORD=$(cat /home/ccr/.ydns-password)
|
||||
DOMAIN="ccr.ydns.eu"
|
||||
|
||||
for SUBDOMAIN in "books" "music" "sync" "torrent" "gate" "cam"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue