allow GrapheneOS install

https://grapheneos.org/install/web did work now perfect even with Flatpak chromium
This commit is contained in:
Christoph Cullmann 2025-05-07 23:09:20 +02:00
parent 8d644903ce
commit 8d7a8e380b
No known key found for this signature in database
2 changed files with 5 additions and 2 deletions

View file

@ -44,8 +44,8 @@ in
# it's me :P
description = "Christoph Cullmann";
# allow VirtualBox and sudo for my main user
extraGroups = [ "vboxusers" "wheel" ];
# allow GrapheneOS install, KVM, VirtualBox and doas for my main user
extraGroups = [ "adbusers" "kvm" "vboxusers" "wheel" ];
# init password
hashedPassword = config.users.users.root.hashedPassword;