diff options
author | makefu <github@syntax-fehler.de> | 2021-12-04 20:27:59 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2021-12-04 20:27:59 +0100 |
commit | 84e7a1f2221bfc7325f190aae37cf07d7b5cf7e8 (patch) | |
tree | 92804321d3f0169df500b9534452e9228ba27038 /krebs | |
parent | 421e66a138d483642935fc1dbaa357d66ff42d82 (diff) |
arcadeomat.r wolf.r: remove use_tempaddr
coming from stockholm module for network
Diffstat (limited to 'krebs')
-rw-r--r-- | krebs/1systems/arcadeomat/config.nix | 5 | ||||
-rw-r--r-- | krebs/1systems/wolf/config.nix | 6 |
2 files changed, 0 insertions, 11 deletions
diff --git a/krebs/1systems/arcadeomat/config.nix b/krebs/1systems/arcadeomat/config.nix index 8a2b0202e..cdeaae180 100644 --- a/krebs/1systems/arcadeomat/config.nix +++ b/krebs/1systems/arcadeomat/config.nix @@ -51,11 +51,6 @@ in extraGroups = [ "audio" "video" ]; isNormalUser = true; }; - boot.kernel.sysctl = { - # Enable IPv6 Privacy Extensions - "net.ipv6.conf.all.use_tempaddr" = 2; - "net.ipv6.conf.default.use_tempaddr" = 2; - }; time.timeZone = "Europe/Berlin"; diff --git a/krebs/1systems/wolf/config.nix b/krebs/1systems/wolf/config.nix index 25e7c5f06..12ce4db3e 100644 --- a/krebs/1systems/wolf/config.nix +++ b/krebs/1systems/wolf/config.nix @@ -52,12 +52,6 @@ in ##################### krebs.build.host = config.krebs.hosts.wolf; - boot.kernel.sysctl = { - # Enable IPv6 Privacy Extensions - "net.ipv6.conf.all.use_tempaddr" = 2; - "net.ipv6.conf.default.use_tempaddr" = 2; - }; - boot.initrd.availableKernelModules = [ "ata_piix" "uhci_hcd" "ehci_pci" "virtio_pci" "virtio_blk" ]; |