feat(nixos): Modularize networking
This commit is contained in:
parent
6023edab0d
commit
bb26cbf264
2 changed files with 3 additions and 2 deletions
3
modules/nixos/base/networking/default.nix
Normal file
3
modules/nixos/base/networking/default.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
_: {
|
||||
networking.networkmanager.enable = true;
|
||||
}
|
|
@ -12,8 +12,6 @@ in {
|
|||
|
||||
networking.hostName = "nyx";
|
||||
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
hardware.pulseaudio.enable = false;
|
||||
security.rtkit.enable = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue