diff options
author | Alex Auvolat <alex@adnab.me> | 2023-03-31 16:27:08 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-03-31 16:27:08 +0200 |
commit | a31c6d109e95a33e165d43c4a47de54ea53ca436 (patch) | |
tree | 9cfbe53690520398a9695e9ad1802893945d3e0c /nix | |
parent | ecfab3c628baa11acefdb678c16466d644b73796 (diff) | |
download | nixcfg-a31c6d109e95a33e165d43c4a47de54ea53ca436.tar.gz nixcfg-a31c6d109e95a33e165d43c4a47de54ea53ca436.zip |
remove obsolete directives
Diffstat (limited to 'nix')
-rw-r--r-- | nix/configuration.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nix/configuration.nix b/nix/configuration.nix index 9d3169b..d88d6ef 100644 --- a/nix/configuration.nix +++ b/nix/configuration.nix @@ -36,9 +36,6 @@ boot.kernel.sysctl = { "vm.max_map_count" = 262144; - "net.ipv6.conf.all.accept_ra" = 0; - "net.ipv6.conf.all.autoconf" = 0; - "net.ipv6.conf.all.use_tempaddr" = 0; }; services.journald.extraConfig = '' |