mirror of
https://github.com/vale981/phoebe
synced 2025-03-04 17:31:41 -05:00
new nixos option 'tempAddress'
This commit is contained in:
parent
dcf51e5fa7
commit
8eab05eb24
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue