arcadeomat.r wolf.r: remove use_tempaddr

coming from stockholm module for network
This commit is contained in:
makefu 2021-12-04 20:27:59 +01:00
parent 421e66a138
commit 84e7a1f222
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225
2 changed files with 0 additions and 11 deletions

View File

@ -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";

View File

@ -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"
];