diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-09 20:15:56 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-09 20:15:56 +0530 | 
| commit | 007a160616ff033f3cafee058a8afc28629664c9 (patch) | |
| tree | 44c706bef4e709d576b03da1bb4547df10dfef63 /modules/compromyse.nix | |
| parent | f7be27cccc42f3491f978171a557d3c8db8fe82a (diff) | |
update
Diffstat (limited to 'modules/compromyse.nix')
| -rw-r--r-- | modules/compromyse.nix | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/modules/compromyse.nix b/modules/compromyse.nix index 03adf3e..f822b46 100644 --- a/modules/compromyse.nix +++ b/modules/compromyse.nix @@ -5,6 +5,6 @@      initialPassword = "changeme";      isNormalUser = true;      # openssh.authorizedKeys.keys = []; -    extraGroups = [ "wheel" "storage" "input" "plugdev" "libvirtd" "lxd" "docker" ]; +    extraGroups = [ "wheel" "video" "storage" "input" "plugdev" "libvirtd" "docker" ];    };  } | 
