diff options
| author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-09-09 13:47:15 +0200 |
|---|---|---|
| committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-09-09 13:47:48 +0200 |
| commit | bf3eeddf7ca6a3642e7f2fa2416c538c833fd30e (patch) | |
| tree | 7f927f55a53b0386535f9aea13b7e755d96a9565 | |
| parent | 92d5332b4aac7b0b6c7643bdddf8b11c36169b05 (diff) | |
| parent | 2ac9685fb7b9fe5226e7e9258b6ed1b1408890ab (diff) | |
| download | nixos-bf3eeddf7ca6a3642e7f2fa2416c538c833fd30e.tar nixos-bf3eeddf7ca6a3642e7f2fa2416c538c833fd30e.tar.gz nixos-bf3eeddf7ca6a3642e7f2fa2416c538c833fd30e.tar.bz2 nixos-bf3eeddf7ca6a3642e7f2fa2416c538c833fd30e.tar.xz nixos-bf3eeddf7ca6a3642e7f2fa2416c538c833fd30e.zip | |
Merge branch 'master' of git:nixos
| -rw-r--r-- | vali.nix | 44 | ||||
| -rw-r--r-- | ymir.nix | 2 |
2 files changed, 23 insertions, 23 deletions
| @@ -170,26 +170,26 @@ rec { | |||
| 170 | ''; | 170 | ''; |
| 171 | }; | 171 | }; |
| 172 | 172 | ||
| 173 | systemd.automounts = [ | 173 | # systemd.automounts = [ |
| 174 | { enable = true; | 174 | # { enable = true; |
| 175 | where = "/var/media"; | 175 | # where = "/var/media"; |
| 176 | automountConfig = { | 176 | # automountConfig = { |
| 177 | DirectoryMode = "555"; | 177 | # DirectoryMode = "555"; |
| 178 | }; | 178 | # }; |
| 179 | wantedBy = [ "remote-fs.target" ]; | 179 | # wantedBy = [ "remote-fs.target" ]; |
| 180 | } | 180 | # } |
| 181 | ]; | 181 | # ]; |
| 182 | 182 | ||
| 183 | systemd.mounts = [ | 183 | # systemd.mounts = [ |
| 184 | { enable = true; | 184 | # { enable = true; |
| 185 | where = "/var/media"; | 185 | # where = "/var/media"; |
| 186 | what = "media@hel.asgard.yggdrasil:/var/media"; | 186 | # what = "media@hel.asgard.yggdrasil:/var/media"; |
| 187 | type = "fuse.sshfs"; | 187 | # type = "fuse.sshfs"; |
| 188 | options = "idmap=user,IdentityFile=/home/gkleen/.ssh/media@hel,allow_other,reconnect,_netdev"; | 188 | # options = "idmap=user,IdentityFile=/home/gkleen/.ssh/media@hel,allow_other,reconnect,_netdev"; |
| 189 | mountConfig = { | 189 | # mountConfig = { |
| 190 | Environment = "PATH=/run/current-system/sw/bin:/run/current/system/sw/sbin"; | 190 | # Environment = "PATH=/run/current-system/sw/bin:/run/current/system/sw/sbin"; |
| 191 | DirectoryMode = "555"; | 191 | # DirectoryMode = "555"; |
| 192 | }; | 192 | # }; |
| 193 | } | 193 | # } |
| 194 | ]; | 194 | # ]; |
| 195 | } | 195 | } |
| @@ -384,7 +384,7 @@ in rec { | |||
| 384 | luser_relay = gkleen+''${local} | 384 | luser_relay = gkleen+''${local} |
| 385 | 385 | ||
| 386 | # 1 GiB | 386 | # 1 GiB |
| 387 | message_size_limit = 1073741824 | 387 | message_size_limit = 0 |
| 388 | # 10 GiB | 388 | # 10 GiB |
| 389 | mailbox_size_limit = 10737418240 | 389 | mailbox_size_limit = 10737418240 |
| 390 | 390 | ||
