Johannes Kirschbauer
|
97049d187c
|
doc(inventory): document experimental settings vendoring
|
2025-04-08 15:24:12 +02:00 |
|
renovate[bot]
|
39942ab3b4
|
chore(deps): update sops-nix digest to 69d5a5a
|
2025-04-08 12:50:12 +00:00 |
|
hsjobeki
|
411440ef35
|
Merge pull request 'feat(inventory/instances): add extendSettings as argument to perInstance, perMachine' (#3233) from hsjobeki/clan-core:role-settings into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3233
|
2025-04-08 12:46:44 +00:00 |
|
Johannes Kirschbauer
|
07e6df35a5
|
feat(inventory/instances): dont set module location to allow underlying error location to bubble up
|
2025-04-08 14:36:29 +02:00 |
|
renovate[bot]
|
8da94a59bf
|
chore(deps): update data-mesher digest to 302252a
|
2025-04-08 12:10:12 +00:00 |
|
Mic92
|
8fad1df70b
|
Merge pull request 'directory-context' (#3234) from directory-context into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3234
|
2025-04-08 12:09:36 +00:00 |
|
Jörg Thalheim
|
f008da9472
|
inventory: don't loose string context of directory
|
2025-04-08 13:50:27 +02:00 |
|
Johannes Kirschbauer
|
4913d2db87
|
feat(inventory/instances): add extendSettings as argument to perInstance, perMachine
|
2025-04-08 13:15:06 +02:00 |
|
Mic92
|
8fe56def2b
|
Merge pull request 'user-password: fix variables beeing incorrect' (#3229) from user-password into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3229
|
2025-04-08 10:16:15 +00:00 |
|
Mic92
|
dc6de67ed7
|
Merge pull request 'docs-errata' (#3161) from docs-errata into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3161
|
2025-04-08 10:00:53 +00:00 |
|
Brian McGee
|
9d6dfbd3e9
|
fix(docs): add the requirement to export clan.templates in flake outputs to migration guide
|
2025-04-08 10:44:36 +01:00 |
|
Brian McGee
|
0c7cf305e2
|
fix(docs): tighten up validation for meta.name and improved description
|
2025-04-08 10:44:35 +01:00 |
|
Brian McGee
|
7493ab3e59
|
fix(docs): correct flake sample in migration guide
diff --git a/docs/site/manual/migration-guide.md b/docs/site/manual/migration-guide.md
index 551a3ef0..38be9a0e 100644
--- a/docs/site/manual/migration-guide.md
+++ b/docs/site/manual/migration-guide.md
@@ -77,13 +77,18 @@ For the provide flake example, your flake should now look like this:
```nix
{
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
+
+ inputs.clan-core = {
+ url = "git+https://git.clan.lol/clan/clan-core";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
- outputs = { self, nixpkgs, ... }:
+ outputs = { self, nixpkgs, clan-core, ... }:
let
clan = clan-core.lib.buildClan {
self = self; # this needs to point at the repository root
specialArgs = {};
- inventory.meta.name = "NEEDS_TO_BE_UNIQUE"; # TODO: Changeme
+ meta.name = throw "Change me to something unique";
machines = {
berlin = {
|
2025-04-08 10:44:33 +01:00 |
|
Jörg Thalheim
|
aa8f7bd6ac
|
user-password: fix variables beeing incorrect
|
2025-04-08 09:37:05 +00:00 |
|
Jörg Thalheim
|
6dc0f6b91d
|
user-password: fix variables beeing incorrect
|
2025-04-08 11:36:43 +02:00 |
|
Mic92
|
87f7bd5651
|
Merge pull request 'user-password: migrate to vars' (#3227) from user-password into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3227
|
2025-04-08 08:44:32 +00:00 |
|
Jörg Thalheim
|
9436a451f7
|
installation: use networkd everywhere
|
2025-04-08 10:33:48 +02:00 |
|
Jörg Thalheim
|
76c7858d3f
|
user-password: migrate to vars
|
2025-04-08 10:16:59 +02:00 |
|
DavHau
|
9a34977842
|
inventory tests: generalize update-vars.py
... and move to pkgs/scripts/
|
2025-04-08 07:45:30 +00:00 |
|
Michael Hoang
|
562b611193
|
Merge pull request 'build-clan: support constructing darwinConfigurations' (#3115) from mac into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3115
|
2025-04-08 07:44:09 +00:00 |
|
Michael Hoang
|
67745e1b27
|
tests: add --show-trace to nix-unit tests
|
2025-04-08 08:53:29 +02:00 |
|
Michael Hoang
|
72ed0e258a
|
cli: don't update macOS machines
|
2025-04-08 08:53:29 +02:00 |
|
Michael Hoang
|
6de4735c81
|
build-clan: support constructing darwinConfigurations
|
2025-04-08 08:53:29 +02:00 |
|
Michael Hoang
|
66e4c41142
|
lib/jsonschema: fix enum support
|
2025-04-08 08:53:27 +02:00 |
|
Michael Hoang
|
94c7834ac7
|
flake: add nix-darwin
|
2025-04-08 07:39:49 +02:00 |
|
renovate[bot]
|
e05da71e68
|
chore(deps): update typescript-eslint monorepo to v8.29.1
|
2025-04-07 17:20:17 +00:00 |
|
DavHau
|
1665b777ec
|
data-mesher: use new test framework
|
2025-04-07 20:43:19 +07:00 |
|
DavHau
|
b9e1b109a8
|
inventory tests: improve framework to set better defaults
|
2025-04-07 19:58:53 +07:00 |
|
DavHau
|
60133015f5
|
add CLAN_NO_COMMIT env var to disable committing
This is required when calling vars generators for generating vars for
tests
|
2025-04-07 18:59:19 +07:00 |
|
renovate[bot]
|
a10527a69d
|
fix(deps): update tanstack-query monorepo to v5.72.0
|
2025-04-07 09:40:15 +00:00 |
|
renovate[bot]
|
3c15d2e3d8
|
chore(deps): update data-mesher digest to aea65b1
|
2025-04-07 07:20:13 +00:00 |
|
renovate[bot]
|
ddce636e3b
|
chore(deps): update data-mesher digest to 54bbd42
|
2025-04-07 00:40:13 +00:00 |
|
renovate[bot]
|
fb8286b297
|
chore(deps): update sops-nix digest to 523f58a
|
2025-04-06 07:10:20 +00:00 |
|
renovate[bot]
|
274f4e318c
|
chore(deps): update data-mesher digest to 3239dc2
|
2025-04-06 06:50:09 +00:00 |
|
Mic92
|
e0b14bc21c
|
Merge pull request 'only compute final_script and validation hashes once' (#3206) from fix-eval into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3206
|
2025-04-05 06:44:28 +00:00 |
|
renovate[bot]
|
423bf6f17b
|
chore(deps): update dependency typescript to v5.8.3
|
2025-04-05 00:20:15 +00:00 |
|
renovate[bot]
|
e2dda487a2
|
chore(deps): update dependency eslint to v9.24.0
|
2025-04-04 19:40:15 +00:00 |
|
renovate[bot]
|
d688250967
|
chore(deps): update dependency @eslint/js to v9.24.0
|
2025-04-04 19:00:15 +00:00 |
|
Jörg Thalheim
|
64346bacc8
|
only compute final_script and validation hashes once
|
2025-04-04 18:31:12 +02:00 |
|
Jörg Thalheim
|
7ed669a093
|
don't use python3 in python's callPackage scope
|
2025-04-04 18:31:12 +02:00 |
|
Mic92
|
51c347bd5f
|
Merge pull request 'ssh/upload: fix shell quoting' (#3205) from default-groups into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3205
|
2025-04-04 15:27:17 +00:00 |
|
Jörg Thalheim
|
0f4c897d41
|
ssh/upload: fix shell quoting
|
2025-04-04 15:10:09 +00:00 |
|
renovate[bot]
|
3cadd0849a
|
fix(deps): update dependency @tanstack/solid-query to v5.71.10
|
2025-04-04 13:00:15 +00:00 |
|
hsjobeki
|
b0d8d1f195
|
Merge pull request 'chore(lib/select): move into subfolder with a test file' (#3175) from hsjobeki/clan-core:lib-cleanup into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3175
|
2025-04-04 12:32:32 +00:00 |
|
Johannes Kirschbauer
|
f326c307eb
|
feat(lib/inventory): fix arguments discrepancy on perInstance and perMachine
|
2025-04-04 14:22:36 +02:00 |
|
Johannes Kirschbauer
|
6c8d2d3cb5
|
docs(inventory/instances): init guide for setting up the new service model
|
2025-04-04 14:22:35 +02:00 |
|
Johannes Kirschbauer
|
6d4bbc3e92
|
chore(lib/select): init simple test
|
2025-04-04 14:06:05 +02:00 |
|
renovate[bot]
|
74f66e199e
|
chore(deps): update sops-nix digest to cff8437
|
2025-04-04 09:00:32 +00:00 |
|
renovate[bot]
|
fb384bd261
|
chore(deps): update treefmt-nix digest to 815e412
|
2025-04-04 08:40:26 +00:00 |
|
renovate[bot]
|
95a860bd29
|
chore(deps): update sops-nix digest to 9bc9b59
|
2025-04-04 08:20:25 +00:00 |
|