From 25c24a6c3eca679dcb3e1a0946e67496f19eb723 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Sun, 30 Jun 2019 11:34:09 +0200 Subject: [PATCH] ajout groupe dialout --- systems/ASUS-G46VW/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/ASUS-G46VW/configuration.nix b/systems/ASUS-G46VW/configuration.nix index 190e2aabb..320c96612 100644 --- a/systems/ASUS-G46VW/configuration.nix +++ b/systems/ASUS-G46VW/configuration.nix @@ -195,7 +195,7 @@ users.extraUsers.paul = { isNormalUser = true; uid = 1000; - extraGroups = [ "wheel" "networkmanager" "wireshark" ]; + extraGroups = [ "wheel" "networkmanager" "wireshark" "dialout" ]; }; services.syncthing.enable = true;