Compare commits

...

2 commits

2 changed files with 6 additions and 0 deletions

3
module/Dbus.nix Normal file
View file

@ -0,0 +1,3 @@
{ ... }: {
services.dbus.implementation = "broker";
}

3
module/Fstrim.nix Normal file
View file

@ -0,0 +1,3 @@
{ ... }: {
services.fstrim.enable = true;
}