From c44bf846de2353dc253c646134752232463ce7f3 Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Thu, 10 Jul 2025 19:01:15 +0200 Subject: [PATCH] templates/flake-parts: remove importing clanModules --- templates/clan/flake-parts/modules/shared.nix | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/templates/clan/flake-parts/modules/shared.nix b/templates/clan/flake-parts/modules/shared.nix index 5b30638a9..4be5c8eb0 100644 --- a/templates/clan/flake-parts/modules/shared.nix +++ b/templates/clan/flake-parts/modules/shared.nix @@ -1,14 +1,6 @@ +{ ... }: { - clan-core, - # Optional, if you want to access other flakes: - # self, - ... -}: -{ - imports = [ - clan-core.clanModules.sshd - clan-core.clanModules.root-password - # You can access other flakes imported in your flake via `self` like this: - # self.inputs.nix-index-database.nixosModules.nix-index - ]; + # Shared logic + # Can be imported into many machines + }