diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-10-09 23:37:41 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-10-09 23:37:41 +0200 |
| commit | 098246f6c36ef9ff84a8305f82431572fb076bad (patch) | |
| tree | 7fdc1ee2a978a1ab7b9053b71fefd89621f4d817 | |
| parent | c94c75ed81314a07556222ed63a2a6b960c5a055 (diff) | |
| download | nixos-098246f6c36ef9ff84a8305f82431572fb076bad.tar nixos-098246f6c36ef9ff84a8305f82431572fb076bad.tar.gz nixos-098246f6c36ef9ff84a8305f82431572fb076bad.tar.bz2 nixos-098246f6c36ef9ff84a8305f82431572fb076bad.tar.xz nixos-098246f6c36ef9ff84a8305f82431572fb076bad.zip | |
…
| -rw-r--r-- | ymir.nix | 10 |
1 files changed, 1 insertions, 9 deletions
| @@ -159,15 +159,8 @@ in rec { | |||
| 159 | ]; | 159 | ]; |
| 160 | }; | 160 | }; |
| 161 | enableIPv6 = true; | 161 | enableIPv6 = true; |
| 162 | defaultGateway6 = "fe80::1"; | ||
| 163 | interfaces."ens3" = { | 162 | interfaces."ens3" = { |
| 164 | useDHCP = true; | 163 | useDHCP = true; |
| 165 | ip6 = [ | ||
| 166 | { address = "2a03:4000:6:d004::"; | ||
| 167 | prefixLength = 64; | ||
| 168 | } | ||
| 169 | ]; | ||
| 170 | |||
| 171 | }; | 164 | }; |
| 172 | dnsExtensionMechanism = true; | 165 | dnsExtensionMechanism = true; |
| 173 | nameservers = [ "::1" "127.0.0.1" "10.141.1.1" "8.8.8.8" "8.8.4.4" ]; | 166 | nameservers = [ "::1" "127.0.0.1" "10.141.1.1" "8.8.8.8" "8.8.4.4" ]; |
| @@ -368,7 +361,6 @@ in rec { | |||
| 368 | clone-prefix=git://git.yggdrasil.li https://git.yggdrasil.li | 361 | clone-prefix=git://git.yggdrasil.li https://git.yggdrasil.li |
| 369 | 362 | ||
| 370 | strict-export=git-daemon-export-ok | 363 | strict-export=git-daemon-export-ok |
| 371 | project-list=/srv/git/projects.list | ||
| 372 | section-from-path=2 | 364 | section-from-path=2 |
| 373 | scan-path=/srv/git/repositories | 365 | scan-path=/srv/git/repositories |
| 374 | ''; | 366 | ''; |
| @@ -405,7 +397,7 @@ in rec { | |||
| 405 | strict-export=git-daemon-export-ok | 397 | strict-export=git-daemon-export-ok |
| 406 | project-list=${pkgs.writeText "project-list" '' | 398 | project-list=${pkgs.writeText "project-list" '' |
| 407 | rheperire.git | 399 | rheperire.git |
| 408 | uuid-crypto.git | 400 | cryptoids.git |
| 409 | ''} | 401 | ''} |
| 410 | section-from-path=2 | 402 | section-from-path=2 |
| 411 | scan-path=/srv/git/repositories | 403 | scan-path=/srv/git/repositories |
