Compare commits
3 commits
89db813bdd
...
dd6f163fbb
Author | SHA1 | Date | |
---|---|---|---|
joygnu | dd6f163fbb | ||
joygnu | 4a997fbd76 | ||
joygnu | f61aea7b0f |
|
@ -6,7 +6,6 @@
|
|||
./games
|
||||
./nemo
|
||||
./rofi
|
||||
./vm
|
||||
./misc
|
||||
];
|
||||
}
|
||||
|
|
|
@ -100,9 +100,8 @@
|
|||
libredirect
|
||||
search-by-image
|
||||
terms-of-service-didnt-read
|
||||
decentraleyes
|
||||
stylus
|
||||
istilldontcareaboutcookies
|
||||
decentraleyes
|
||||
];
|
||||
|
||||
settings = {
|
||||
|
|
|
@ -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