starting separation
This commit is contained in:
parent
deece9317b
commit
26b798c4b3
4 changed files with 372 additions and 36 deletions
|
|
@ -79,6 +79,12 @@
|
|||
hostName = "max-laptop";
|
||||
proxy.noProxy = "127.0.0.1,localhost,internal.domain";
|
||||
networkmanager.enable = true;
|
||||
wireless = {
|
||||
enable = false;
|
||||
networks = {
|
||||
aaa = {psk = "laserjet6plas";};
|
||||
};
|
||||
};
|
||||
firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [8000];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue