From b4e03dcebdf3bccb6dbcc4f40be91315a6239414 Mon Sep 17 00:00:00 2001
From: Florian Sesser <florian@private.storage>
Date: Tue, 21 Nov 2023 20:14:55 +0000
Subject: [PATCH] This is also specified in the minimal profile

---
 morph/lib/base.nix | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/morph/lib/base.nix b/morph/lib/base.nix
index 9105347d..6731aaad 100644
--- a/morph/lib/base.nix
+++ b/morph/lib/base.nix
@@ -59,9 +59,6 @@
     # qualified domain name.
     deployment.targetHost = config.networking.fqdn;
 
-    # This is for desktop stuff
-    services.udisks2.enable = false;
-
     services.private-storage.monitoring.exporters.promtail.enable = true;
 
     assertions = [
-- 
GitLab