templates/flake-parts: remove importing clanModules
This commit is contained in:
@@ -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
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user