new nixos option 'tempAddress'

This commit is contained in:
Valentin Boettcher 2021-01-12 18:39:28 +01:00 committed by GitHub
parent dcf51e5fa7
commit 8eab05eb24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -139,7 +139,7 @@ enable_ssh() {
services.openssh.enable = true;
services.openssh.permitRootLogin = "yes";
services.openssh.openFirewall = true;
networking.interfaces.enp0s5.preferTempAddress = false;
networking.interfaces.enp0s5.tempAddress = "disabled";
}
EOF
}