diff options
author | makefu <github@syntax-fehler.de> | 2016-12-24 23:39:23 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-12-24 23:39:23 +0100 |
commit | f804bda0d887860c863d81445a9c1f68c0888779 (patch) | |
tree | 167da7d5f7ab5a8c20717463cc0f5f46c4878be8 | |
parent | d3765adcaf2182450855bc7505dd32822da8799e (diff) |
m 1 omo: be more permissive with mergerfs
-rw-r--r-- | makefu/1systems/omo.nix | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/makefu/1systems/omo.nix b/makefu/1systems/omo.nix index 4fbbd653d..609d52134 100644 --- a/makefu/1systems/omo.nix +++ b/makefu/1systems/omo.nix @@ -48,12 +48,16 @@ in { ../2configs/exim-retiolum.nix ../2configs/smart-monitor.nix ../2configs/mail-client.nix - ../2configs/disable_v6.nix + # ../2configs/disable_v6.nix #../2configs/graphite-standalone.nix #../2configs/share-user-sftp.nix ../2configs/omo-share.nix ../2configs/tinc/retiolum.nix - ../2configs/torrent.nix + # ../2configs/torrent.nix + + # ../2configs/elchos/search.nix + # ../2configs/elchos/log.nix + # ../2configs/elchos/irc-token.nix ## as long as pyload is not in nixpkgs: # docker run -d -v /var/lib/pyload:/opt/pyload/pyload-config -v /media/crypt0/pyload:/opt/pyload/Downloads --name pyload --restart=always -p 8112:8000 -P writl/pyload @@ -121,7 +125,8 @@ in { // { "/media/cryptX" = { device = (lib.concatMapStringsSep ":" (d: (toMapper d)) [ 0 1 2 ]); fsType = "mergerfs"; - options = [ "defaults" "allow_other" ]; + noCheck = true; + options = [ "defaults" "allow_other" "nofail" "nonempty" ]; }; }; |