extra networking
This commit is contained in:
14
system-modules/networking.nix
Normal file
14
system-modules/networking.nix
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
|
||||||
|
{ config, pkgs, host, ... }:
|
||||||
|
let
|
||||||
|
in
|
||||||
|
{
|
||||||
|
|
||||||
|
networking.hostName = host;
|
||||||
|
|
||||||
|
networking.networkmanager = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
networking.enableIPv6 = true;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user