Separate out networking configurations
This commit is contained in:
parent
8acdb45ac1
commit
65a39f19a8
2 changed files with 8 additions and 5 deletions
7
networking.nix
Normal file
7
networking.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ config, lib, pkgs, modulesPath, ... }:
|
||||
{
|
||||
networking = {
|
||||
hostName = "marauder";
|
||||
networkmanager.enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue