mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Network] Add aviallon.network.backend option, remove useNetworkManager option
This commit is contained in:
parent
5af5049986
commit
824e773310
2 changed files with 14 additions and 11 deletions
|
|
@ -82,6 +82,8 @@ in {
|
|||
|
||||
config = mkIf cfg.enable {
|
||||
|
||||
aviallon.network.backend = mkDefault "NetworkManager";
|
||||
|
||||
# Enable the X11 windowing system.
|
||||
services.xserver.enable = true;
|
||||
# services.xserver.tty = mkOverride 70 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue