summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ymir.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/ymir.nix b/ymir.nix
index f38a34c5..f449247f 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -191,15 +191,6 @@ in rec {
191 hostAddress = "192.168.0.1"; 191 hostAddress = "192.168.0.1";
192 localAddress = "192.168.0.2"; 192 localAddress = "192.168.0.2";
193 config = { 193 config = {
194 networking = {
195 enableIPv6 = true;
196 defaultGateway6 = "2a03:4000:6:d004::";
197 interfaces."eth0" = {
198 ipv6Address = "2a03:4000:6:d004::1";
199 ipv6PrefixLength = 64;
200 };
201 };
202
203 services.fcron = { 194 services.fcron = {
204 enable = true; 195 enable = true;
205 systab = '' 196 systab = ''