Fixed hanged reboot

This commit is contained in:
FredzyW 2024-05-26 20:38:49 +02:00
parent fb3fc68ec3
commit b78bcb00f3

View file

@ -43,6 +43,7 @@
virtualisation.docker = {
enable = true;
liveRestore = false;
};
hardware = {
@ -126,7 +127,8 @@
};
locate = {
enable = true;
locate = pkgs.mlocate;
package = pkgs.mlocate;
localuser = null;
};
blueman = {
enable = true;