Personal Nix flake
nixos home-manager nix
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: Enable weekly fstrim

+4
+4
modules/nixos/base/default.nix
··· 126 126 # Services 127 127 services = { 128 128 blueman.enable = true; 129 + fstrim = { 130 + enable = true; 131 + interval = "weekly"; 132 + }; 129 133 libinput.enable = true; 130 134 ollama = { 131 135 enable = true;