diff --git a/.forgejo/workflows/action.yml b/.forgejo/workflows/action.yml deleted file mode 100644 index 4aac00e..0000000 --- a/.forgejo/workflows/action.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Test action - -on: - workflow_dispatch: - push: - branches: - - main - -jobs: - hello: - name: Print hello world - runs-on: default - steps: - - name: Echo - run: | - echo "Hello, world!" \ No newline at end of file diff --git a/clan.nix b/clan.nix index 72e7e8c..a98aab0 100644 --- a/clan.nix +++ b/clan.nix @@ -6,26 +6,10 @@ }; inventory.machines = { - m1 = { - name = "Management node 1"; - machineClass = "nixos"; - tags = [ "cloud:amarth" "region:oss" "nodeType:management" "criticallity: medium" "" ]; - }; - c1 = { - name = "Compute node 1"; - machineClass = "nixos"; - tags = [ "cloud:amarth" "region:oss" "nodeType:compute" "criticallity: medium" "" ]; - }; - c2 = { - name = "Compute node 2"; - machineClass = "nixos"; - tags = [ "cloud:amarth" "region:oss" "nodeType:compute" "criticallity: medium" "" ]; - }; - c3 = { - name = "Compute node 3"; - machineClass = "nixos"; - tags = [ "cloud:amarth" "region:oss" "nodeType:compute" "criticallity: medium" "" ]; - }; + m1 = {}; + c1 = {}; + c2 = {}; + c3 = {}; }; # Docs: See https://docs.clan.lol/reference/clanServices