templates/flake-parts: remove importing clanModules

This commit is contained in:
Johannes Kirschbauer
2025-07-10 19:01:15 +02:00
parent c56bb3c37f
commit 5e8faa144d

View File

@@ -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
}