templates/flake-parts: remove importing clanModules
This commit is contained in:
@@ -1,14 +1,6 @@
|
|||||||
|
{ ... }:
|
||||||
{
|
{
|
||||||
clan-core,
|
# Shared logic
|
||||||
# Optional, if you want to access other flakes:
|
# Can be imported into many machines
|
||||||
# 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
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user