summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2021-12-04 20:27:59 +0100
committermakefu <github@syntax-fehler.de>2021-12-04 20:27:59 +0100
commit84e7a1f2221bfc7325f190aae37cf07d7b5cf7e8 (patch)
tree92804321d3f0169df500b9534452e9228ba27038
parent421e66a138d483642935fc1dbaa357d66ff42d82 (diff)
arcadeomat.r wolf.r: remove use_tempaddr
coming from stockholm module for network
-rw-r--r--krebs/1systems/arcadeomat/config.nix5
-rw-r--r--krebs/1systems/wolf/config.nix6
2 files changed, 0 insertions, 11 deletions
diff --git a/krebs/1systems/arcadeomat/config.nix b/krebs/1systems/arcadeomat/config.nix
index 8a2b0202..cdeaae18 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 25e7c5f0..12ce4db3 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"
];