fix zfs config
This commit is contained in:
parent
c1e09364bb
commit
3de1ca400c
2 changed files with 3 additions and 2 deletions
|
@ -50,6 +50,7 @@
|
||||||
# factorio
|
# factorio
|
||||||
element-desktop
|
element-desktop
|
||||||
discord
|
discord
|
||||||
|
spotify
|
||||||
];
|
];
|
||||||
|
|
||||||
services.emacs.defaultEditor = false;
|
services.emacs.defaultEditor = false;
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
trim.enable = true;
|
trim.enable = true;
|
||||||
autoScrub = {
|
autoScrub = {
|
||||||
enable = true;
|
enable = true;
|
||||||
pools = [ "toasterpool" ];
|
pools = [ "zpool" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
networking.hostId = "dca22577";
|
networking.hostId = "dca22577";
|
||||||
|
|
Loading…
Add table
Reference in a new issue