moved networking into module
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
networking = {
|
||||
hostName = "nixOS";
|
||||
networkmanager.enable = true;
|
||||
|
||||
firewall = {
|
||||
enable = true;
|
||||
# allowedTCPPorts = [ 80 443];
|
||||
# allowedUDPPorts = [];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user