Compare commits
3 commits
89db813bdd
...
dd6f163fbb
Author | SHA1 | Date | |
---|---|---|---|
joygnu | dd6f163fbb | ||
joygnu | 4a997fbd76 | ||
joygnu | f61aea7b0f |
|
@ -6,7 +6,6 @@
|
||||||
./games
|
./games
|
||||||
./nemo
|
./nemo
|
||||||
./rofi
|
./rofi
|
||||||
./vm
|
|
||||||
./misc
|
./misc
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -100,9 +100,8 @@
|
||||||
libredirect
|
libredirect
|
||||||
search-by-image
|
search-by-image
|
||||||
terms-of-service-didnt-read
|
terms-of-service-didnt-read
|
||||||
decentraleyes
|
|
||||||
stylus
|
|
||||||
istilldontcareaboutcookies
|
istilldontcareaboutcookies
|
||||||
|
decentraleyes
|
||||||
];
|
];
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
|
|
|
@ -1,10 +1,11 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./dunst
|
./vm
|
||||||
./gdm
|
./gdm
|
||||||
|
./dunst
|
||||||
./polkit
|
./polkit
|
||||||
./syncthing
|
./syncthing
|
||||||
./virt
|
./docker
|
||||||
./misc
|
./misc
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{...}: {
|
{...}: {
|
||||||
virtualisation.docker.rootless.enable = true;
|
virtualisation.docker.rootless.enable = true;
|
||||||
virtualisation.docker.enable = true;
|
virtualisation.docker.enable = true;
|
||||||
virtualisation.waydroid.enable = true;
|
users.users.joy.extraGroups = ["docker"];
|
||||||
}
|
}
|
|
@ -2,6 +2,6 @@
|
||||||
users.users.joy = {
|
users.users.joy = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "joy";
|
description = "joy";
|
||||||
extraGroups = ["wheel" "docker"];
|
extraGroups = ["wheel"];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue