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 = { virtualisation.docker = {
enable = true; enable = true;
liveRestore = false;
}; };
hardware = { hardware = {
@ -126,7 +127,8 @@
}; };
locate = { locate = {
enable = true; enable = true;
locate = pkgs.mlocate; package = pkgs.mlocate;
localuser = null;
}; };
blueman = { blueman = {
enable = true; enable = true;