removed redundant part of config

This commit is contained in:
Leyla Becker 2025-08-24 23:01:04 -05:00
parent 19bd67afe5
commit d128b54a05

View file

@ -194,12 +194,6 @@
boot.kernelParams = ["zfs.zfs_arc_max=53687091200"];
services = {
# TODO: move zfs scrubbing into module
zfs = {
autoScrub.enable = true;
autoSnapshot.enable = true;
};
# temp enable desktop environment for setup
# Enable the X11 windowing system.
xserver.enable = true;