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;