From 816fae91b295cc8b8a9b035b01c00d76bcad5f8e Mon Sep 17 00:00:00 2001 From: Nick Date: Mon, 3 Nov 2025 02:38:58 -0600 Subject: [PATCH] chore: reorganized imports --- modules/nixos/default.nix | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/modules/nixos/default.nix b/modules/nixos/default.nix index 6ef111f..de8e3a5 100755 --- a/modules/nixos/default.nix +++ b/modules/nixos/default.nix @@ -7,15 +7,15 @@ in mars = { imports = builtins.attrValues { inherit (modules) - syncthing - ollama + flatpak ivpn network - searx - sddm - flatpak + ollamaMars plasma plymouth + sddm + searx + syncthing wireGuard ; }; @@ -58,11 +58,11 @@ in logrotate mastodon minecraft - ollama + ollamaCeres postgresCeres projectSite prompter - samba + sambaCeres searx syncthing vaultwarden @@ -79,6 +79,7 @@ in caddyEris logrotate # opencloud + sambaEris postgresEris ; };