Enable Graphene install on Exodus
This commit is contained in:
@@ -41,6 +41,8 @@
|
|||||||
networkmanager.enable = lib.mkForce true;
|
networkmanager.enable = lib.mkForce true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.adb.enable = true;
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
fprintd.enable = true;
|
fprintd.enable = true;
|
||||||
fwupd = {
|
fwupd = {
|
||||||
@@ -53,5 +55,9 @@
|
|||||||
oci-containers.backend = "podman";
|
oci-containers.backend = "podman";
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users.greg.extraGroups = [ "podman" ];
|
users.users.greg.extraGroups = [
|
||||||
|
"adbusers"
|
||||||
|
"kvm"
|
||||||
|
"podman"
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user