From d61c94a0f2818a02bbf0e8b2f87d0275689cde56 Mon Sep 17 00:00:00 2001 From: Bart van der Braak Date: Wed, 2 Apr 2025 10:36:52 +0200 Subject: [PATCH] add me to `dialout`group for nanokvm serial --- nixos/users.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/users.nix b/nixos/users.nix index 46ee9f6..edbf37d 100644 --- a/nixos/users.nix +++ b/nixos/users.nix @@ -9,6 +9,7 @@ "wheel" "libvirtd" "docker" + "dialout" # for nanokvm usb ]; packages = with pkgs; [ vscodium