fixed EVEN MORE splling errors

This commit is contained in:
vali 2024-04-10 19:31:40 +02:00
commit 94c42d8b13
5 changed files with 7 additions and 5 deletions

View file

@ -11,5 +11,5 @@ networking = {
enable = true;
fallbackDns = ["9.9.9.9"];
};
user.users.config.myOptions.other.system.username.extraGroups = [ "networkmanager" ];
users.users.config.myOptions.other.system.username.extraGroups = [ "networkmanager" ];
}