diff options
author | stuebinm | 2024-03-04 18:56:23 +0100 |
---|---|---|
committer | stuebinm | 2024-03-04 18:56:23 +0100 |
commit | 911e1fd4986c0556321457a5606f0e747ef556c6 (patch) | |
tree | b141211dffec9b166416abc9ef92cac4f46d038e /flora | |
parent | 0b7bf6205fa36e48c597bce55a65820d81cbeaec (diff) |
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)
Diffstat (limited to 'flora')
-rw-r--r-- | flora/configuration.nix | 2 |
1 files changed, 0 insertions, 2 deletions
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. |