diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-02-29 22:04:27 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-02-29 22:04:27 +0530 | 
| commit | 743478f373a66f7b050030948824d722d6b2cc67 (patch) | |
| tree | 07018801a29c1dce5e7876afb3845d8b20232e7e /modules/compromyse.nix | |
| parent | d4967ba5f47553bcfcc60fd5af2c4187d8cc448e (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 505a04d..03adf3e 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" ]; +    extraGroups = [ "wheel" "storage" "input" "plugdev" "libvirtd" "lxd" "docker" ];    };  } | 
