From a0ed7b6497a50d16dbf705e921c2ba73194464f4 Mon Sep 17 00:00:00 2001 From: Jake Ginesin Date: Thu, 15 May 2025 05:13:49 -0400 Subject: [PATCH] 394 current 2025-05-15 05:13:22 25.05.20250424.f771eb4 6.12.24 * --- hosts/rq/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/rq/configuration.nix b/hosts/rq/configuration.nix index e4f7d4b..41241a4 100644 --- a/hosts/rq/configuration.nix +++ b/hosts/rq/configuration.nix @@ -74,6 +74,8 @@ in { boot.loader.grub.version = 2; services.logind.lidSwitchExternalPower = "ignore"; + services.udisks2.enable = true; + virtualisation.docker = { enable = true; enableOnBoot = true;