1
0

Compare commits

..

No commits in common. "9f1d07c119b1ad3817d51ee186a847d91e609615" and "e6876d95d12f95c6e9ca9301e4d0388d386312b6" have entirely different histories.

2 changed files with 2 additions and 5 deletions

View File

@ -15,9 +15,7 @@
networking.hostName = "palladium";
networking.useDHCP = false;
networking.interfaces.enp3s0.ipv6.addresses = [ { address = "2a01:4f8:1c0c:8221::11"; prefixLength = 64; } ];
networking.defaultGateway6 = { address = "2a01:4f8:1c0c:8221::1"; interface = "enp3s0"; };
networking.nameservers = [ "fd00:152:152::1" ];
networking.interfaces.enp3s0.useDHCP = true;
# Keeping the harddrives quiet
services.udev.extraRules = ''

View File

@ -27,13 +27,12 @@
serviceConfig = {
User = "data-mixcloud";
Group = "data-mixcloud";
Restart="on-failure";
};
path = [ pkgs.youtube-dl ];
script = ''
mkdir -p /data/mixcloud/couchsofa/
cd /data/mixcloud/couchsofa/
youtube-dl --ignore-errors --playlist-random --newline https://www.mixcloud.com/couchsofa/
youtube-dl https://www.mixcloud.com/couchsofa/
'';
startAt = "*-*-* 05:05:00";
};