diff --git a/modules/common.nix b/modules/common.nix index bff7df8..1adb76f 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -17,6 +17,7 @@ allowDiscards = true; # Enable if using an SSD with TRIM support }; }; + systemd.enable = true; # Required for LUKS support }; };