mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 08:06:50 +01:00
fix: lint
This commit is contained in:
parent
7e6878af94
commit
564ad12def
6 changed files with 167 additions and 519 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{username, ...}: {
|
||||
networking.wireless.enable = false;
|
||||
networking.networkmanager.enable = true;
|
||||
users.users.${username}.extraGroups = [ "networkmanager" ];
|
||||
users.users.${username}.extraGroups = ["networkmanager"];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue