configuration/common: split common into seperate files
This commit is contained in:
9
configuration/common/networking.nix
Normal file
9
configuration/common/networking.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
|
||||
networking.domain = "net.clerie.de";
|
||||
|
||||
networking.firewall.logRefusedConnections = lib.mkDefault false;
|
||||
|
||||
}
|
Reference in New Issue
Block a user