mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
Refactor with nixfmt
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
{ ... }:
|
||||
{ ... }:
|
||||
{
|
||||
networking = {
|
||||
networkmanager.enable = true;
|
||||
firewall.allowedUDPPorts = [ 8000 ];
|
||||
firewall.allowedTCPPorts = [ 8000 ];
|
||||
nameservers = [ "1.1.1.1" "1.0.0.1" ];
|
||||
};
|
||||
networking = {
|
||||
networkmanager.enable = true;
|
||||
firewall.allowedUDPPorts = [ 8000 ];
|
||||
firewall.allowedTCPPorts = [ 8000 ];
|
||||
nameservers = [
|
||||
"1.1.1.1"
|
||||
"1.0.0.1"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user