Fixed hanged reboot
This commit is contained in:
parent
fb3fc68ec3
commit
b78bcb00f3
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue