From fdb5a0afc4bf56869b70ad9c77faac4fe2020304 Mon Sep 17 00:00:00 2001 From: Luke Else Date: Fri, 21 Mar 2025 11:43:38 +0000 Subject: [PATCH] Enabled systemd --- modules/common.nix | 1 + 1 file changed, 1 insertion(+) 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 }; };