Compare commits
No commits in common. "f2bb2757b8452bde481293c53391ddaab5a02390" and "5134d1c89f10a9076afc39f87705a554aee10680" have entirely different histories.
f2bb2757b8
...
5134d1c89f
5 changed files with 0 additions and 27 deletions
|
|
@ -1 +0,0 @@
|
|||
# Customer portal Clan-service
|
||||
|
|
@ -16,8 +16,6 @@ in
|
|||
# Server configuration
|
||||
#==============================================================================================================
|
||||
roles.server = {
|
||||
description = "A server hosts the portal";
|
||||
|
||||
interface = { lib, ... }:
|
||||
let
|
||||
inherit (lib) mkOption types toString;
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
# K3s Clan-service
|
||||
|
|
@ -16,8 +16,6 @@ in
|
|||
# Server configuration
|
||||
#==============================================================================================================
|
||||
roles.server = {
|
||||
description = "A server manages the cluster";
|
||||
|
||||
interface = { lib, ... }:
|
||||
let
|
||||
inherit (lib) mkOption mkEnableOption mkIf types toString;
|
||||
|
|
@ -186,8 +184,6 @@ in
|
|||
# Agent configuration
|
||||
#==============================================================================================================
|
||||
roles.agent = {
|
||||
description = "An agent connects to the server";
|
||||
|
||||
interface = { lib, ... }: {
|
||||
options = {};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -17,8 +17,6 @@ in
|
|||
# Controller configuration
|
||||
#==============================================================================================================
|
||||
roles.controller = {
|
||||
description = "A controller that manages the instance";
|
||||
|
||||
interface = {
|
||||
options = {
|
||||
hostName = mkOption {
|
||||
|
|
@ -77,21 +75,6 @@ in
|
|||
};
|
||||
in
|
||||
{
|
||||
assertions =
|
||||
let
|
||||
inherit (lib) attrValues any;
|
||||
in
|
||||
[
|
||||
{
|
||||
assertion =
|
||||
config.services.k3s.enable == true;
|
||||
# config.clan.inventory.instances
|
||||
# |> attrValues
|
||||
# |> any ({ module, ... }: module.name == "k3s");
|
||||
message = "This module requires k3s in order to run";
|
||||
}
|
||||
];
|
||||
|
||||
clan.core.vars.generators.zitadel = {
|
||||
share = false;
|
||||
|
||||
|
|
@ -242,8 +225,6 @@ in
|
|||
# Peer configuration
|
||||
#==============================================================================================================
|
||||
roles.peer = {
|
||||
description = "A peer";
|
||||
|
||||
interface = {
|
||||
options = {};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue