Compare commits

...

3 commits

Author SHA1 Message Date
joygnu dd6f163fbb vm docker 2024-09-16 20:17:59 +02:00
joygnu 4a997fbd76 Merge remote-tracking branch 'refs/remotes/origin/main' 2024-09-16 19:16:39 +02:00
joygnu f61aea7b0f dont use it 2024-09-16 19:16:19 +02:00
6 changed files with 6 additions and 7 deletions

View file

@ -6,7 +6,6 @@
./games
./nemo
./rofi
./vm
./misc
];
}

View file

@ -100,9 +100,8 @@
libredirect
search-by-image
terms-of-service-didnt-read
decentraleyes
stylus
istilldontcareaboutcookies
decentraleyes
];
settings = {

View file

@ -1,10 +1,11 @@
{
imports = [
./dunst
./vm
./gdm
./dunst
./polkit
./syncthing
./virt
./docker
./misc
];
}

View file

@ -1,5 +1,5 @@
{...}: {
virtualisation.docker.rootless.enable = true;
virtualisation.docker.enable = true;
virtualisation.waydroid.enable = true;
users.users.joy.extraGroups = ["docker"];
}

View file

@ -2,6 +2,6 @@
users.users.joy = {
isNormalUser = true;
description = "joy";
extraGroups = ["wheel" "docker"];
extraGroups = ["wheel"];
};
}