vm docker
This commit is contained in:
parent
3ecf35a4b3
commit
e63cd1fa16
|
@ -6,7 +6,6 @@
|
|||
./games
|
||||
./nemo
|
||||
./rofi
|
||||
./vm
|
||||
./misc
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
{
|
||||
imports = [
|
||||
./dunst
|
||||
./vm
|
||||
./gdm
|
||||
./dunst
|
||||
./polkit
|
||||
./syncthing
|
||||
./virt
|
||||
./docker
|
||||
./misc
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{...}: {
|
||||
virtualisation.docker.rootless.enable = true;
|
||||
virtualisation.docker.enable = true;
|
||||
virtualisation.waydroid.enable = true;
|
||||
users.users.joy.extraGroups = ["docker"];
|
||||
}
|
|
@ -2,6 +2,6 @@
|
|||
users.users.joy = {
|
||||
isNormalUser = true;
|
||||
description = "joy";
|
||||
extraGroups = ["wheel" "docker"];
|
||||
extraGroups = ["wheel"];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue