hmmm
This commit is contained in:
parent
dfd604f73c
commit
1bb2f3b9b3
8 changed files with 47 additions and 28 deletions
13
flake.nix
13
flake.nix
|
|
@ -21,24 +21,27 @@
|
|||
};
|
||||
|
||||
outputs =
|
||||
inputs@{ flake-parts, ... }:
|
||||
inputs@{ flake-parts, systems, ... }:
|
||||
flake-parts.lib.mkFlake { inherit inputs; } ({ ... }: {
|
||||
systems = [
|
||||
"x86_64-linux"
|
||||
];
|
||||
|
||||
imports = [
|
||||
flake-parts.flakeModules.modules
|
||||
inputs.clan-core.flakeModules.default
|
||||
inputs.devshell.flakeModule
|
||||
|
||||
./clanServices/flake-module.nix
|
||||
];
|
||||
|
||||
clan = {
|
||||
meta.name = "amarth-services";
|
||||
|
||||
modules = {
|
||||
"@amarth/zitadel" = flake-parts.lib.importApply ./clanServices/zitadel/default.nix {};
|
||||
"@amarth/k3s" = flake-parts.lib.importApply ./clanServices/k3s/default.nix {};
|
||||
};
|
||||
# modules = {
|
||||
# "@amarth/zitadel" = flake-parts.lib.importApply ./clanServices/zitadel/default.nix {};
|
||||
# "@amarth/k3s" = flake-parts.lib.importApply ./clanServices/k3s/default.nix {};
|
||||
# };
|
||||
};
|
||||
|
||||
perSystem = { system, ... }: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue