From 5b9dc3dc3fe8d8fce1457fe1835337e09b59c4b7 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Wed, 30 Oct 2024 18:26:52 +0530 Subject: Config sync --- modules/login.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/login.nix') diff --git a/modules/login.nix b/modules/login.nix index a1c981a..13ca0a2 100644 --- a/modules/login.nix +++ b/modules/login.nix @@ -21,6 +21,7 @@ in users.groups = { uinput = { }; storage = { }; + dialout = { }; }; # User @@ -43,6 +44,7 @@ in "vboxusers" "uinput" "libvirtd" + "dialout" ]; shell = pkgs.zsh; }; -- cgit v1.3.1