diff options
| -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 |
