mirror of
https://github.com/Dichgrem/DCGOS.git
synced 2025-12-17 03:31:59 -05:00
Init:start-nix
This commit is contained in:
13
modules/services/misc.nix
Normal file
13
modules/services/misc.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
_: {
|
||||
services = {
|
||||
fstrim = {
|
||||
enable = true;
|
||||
interval = "weekly";
|
||||
};
|
||||
gvfs.enable = true;
|
||||
scx = {
|
||||
enable = true;
|
||||
scheduler = "scx_lavd";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user