From 901fcd2076942a94d893cf6e0d50342ae1300de3 Mon Sep 17 00:00:00 2001 From: notohh Date: Sun, 12 Feb 2023 13:42:57 -0500 Subject: [PATCH] hime: enable fstrim --- hosts/hime/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/hime/default.nix b/hosts/hime/default.nix index 4444b5f..c7c229e 100644 --- a/hosts/hime/default.nix +++ b/hosts/hime/default.nix @@ -40,6 +40,10 @@ kbdInteractiveAuthentication = false; }; + services.fstrim = { + enable = true; + }; + virtualisation.docker.enable = true; users.users.oh = { isNormalUser = true;