allow GrapheneOS install
https://grapheneos.org/install/web did work now perfect even with Flatpak chromium
This commit is contained in:
parent
8d644903ce
commit
8d7a8e380b
2 changed files with 5 additions and 2 deletions
|
@ -528,6 +528,9 @@ in
|
||||||
virtualisation.virtualbox.host.enableHardening = false;
|
virtualisation.virtualbox.host.enableHardening = false;
|
||||||
virtualisation.virtualbox.host.addNetworkInterface = false;
|
virtualisation.virtualbox.host.addNetworkInterface = false;
|
||||||
|
|
||||||
|
# allow GrapheneOS install
|
||||||
|
programs.adb.enable = true;
|
||||||
|
|
||||||
# use doas instead of sudo
|
# use doas instead of sudo
|
||||||
security.sudo.enable = false;
|
security.sudo.enable = false;
|
||||||
security.doas.enable = true;
|
security.doas.enable = true;
|
||||||
|
|
|
@ -44,8 +44,8 @@ in
|
||||||
# it's me :P
|
# it's me :P
|
||||||
description = "Christoph Cullmann";
|
description = "Christoph Cullmann";
|
||||||
|
|
||||||
# allow VirtualBox and sudo for my main user
|
# allow GrapheneOS install, KVM, VirtualBox and doas for my main user
|
||||||
extraGroups = [ "vboxusers" "wheel" ];
|
extraGroups = [ "adbusers" "kvm" "vboxusers" "wheel" ];
|
||||||
|
|
||||||
# init password
|
# init password
|
||||||
hashedPassword = config.users.users.root.hashedPassword;
|
hashedPassword = config.users.users.root.hashedPassword;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue