From 911e1fd4986c0556321457a5606f0e747ef556c6 Mon Sep 17 00:00:00 2001
From: stuebinm
Date: Mon, 4 Mar 2024 18:56:23 +0100
Subject: import custom modules by default

which has the nice side-effect that they now show up on my `man configuration.nix'.

(also I don't have to manually import things anymore)
---
 flora/configuration.nix | 2 --
 1 file changed, 2 deletions(-)

(limited to 'flora')

diff --git a/flora/configuration.nix b/flora/configuration.nix
index d124f99..40cd3a5 100644
--- a/flora/configuration.nix
+++ b/flora/configuration.nix
@@ -13,8 +13,6 @@
     ./services/ntfy.nix
     ./services/murmur.nix
     ./services/monit.nix
-
-    ../modules/mollysocket.nix
   ];
   
   # Use the GRUB 2 boot loader.
-- 
cgit v1.2.3