clan-bot
558dd55058
Update nuschtos in devFlake
2025-10-13 20:02:04 +00:00
Qubasa
63ccbd7ca7
clanServices: improve sshd docs
2025-10-13 19:56:09 +02:00
hsjobeki
d9f6b7e3fb
Merge pull request 'api: prepare persistence_attributes' ( #5453 ) from persistence_attributes into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/5453
2025-10-13 15:23:03 +00:00
clan-bot
254f9b9c5f
Merge pull request 'Update nixpkgs-dev in devFlake' ( #5498 ) from update-devFlake-nixpkgs-dev into main
2025-10-13 15:12:22 +00:00
clan-bot
44ff545436
Merge pull request 'Update sops-nix' ( #5496 ) from update-sops-nix into main
2025-10-13 15:11:34 +00:00
Johannes Kirschbauer
40de60946a
api: migrate to use persistence attributes everywhere
2025-10-13 17:04:01 +02:00
clan-bot
f25d17d9c2
Update nixpkgs-dev in devFlake
2025-10-13 15:02:14 +00:00
clan-bot
70233b5e53
Update sops-nix
2025-10-13 15:01:44 +00:00
clan-bot
044d5f1c7d
Merge pull request 'Update clan-core-for-checks in devFlake' ( #5497 ) from update-devFlake-clan-core-for-checks into main
2025-10-13 15:01:42 +00:00
clan-bot
389c586a26
Merge pull request 'Update nix-darwin' ( #5494 ) from update-nix-darwin into main
2025-10-13 14:59:12 +00:00
clan-bot
e01a79696b
Update clan-core-for-checks in devFlake
2025-10-13 14:30:29 +00:00
clan-bot
aade61b019
Update nix-darwin
2025-10-13 14:29:54 +00:00
Qubasa
6956858d61
clanServices: Fix sshd vars dependency
2025-10-13 16:05:51 +02:00
Michael Hoang
7e7e58eb64
Merge pull request 'Update nixpkgs' ( #5211 ) from update-nixpkgs into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/5211
2025-10-13 13:19:45 +00:00
Michael Hoang
46f746d09c
cli: fix installation test with latest release of nixos-anywhere
2025-10-13 15:06:20 +02:00
clan-bot
56e03d1f25
Update nixpkgs
2025-10-13 14:51:00 +02:00
Kenji Berthold
0343e4b91a
Merge branch 'main' into ke-test-extra-packages
2025-10-13 12:31:37 +00:00
a-kenji
137d505c3b
lib/test/container-test-driver: Fix extraPythonPackages support
...
Fix `extraPythonPackages` support in the container test driver.
It triggered the following warning from `nixpkgs`:
```
python3Packages = throw "do not use python3Packages when building Python packages, specify each used package as a separate argument"; # do not remove
```
The following `callPackage` usage triggered the `throw`:
```
hostPackages.python3.pkgs.callPackage
```
The change to a regular `callPackage` i`nvocation fixes this issue.
Added a container test with a popular package to ensure compatibility in the future.
Closes : #5459
2025-10-13 14:19:01 +02:00
DavHau
dd783bdf85
Merge pull request 'vars/sops: stop writing on clan vars check' ( #5490 ) from dave into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/5490
2025-10-13 11:51:29 +00:00
DavHau
bf41a9ef00
vars/sops: stop writing on clan vars check
...
This fixes an issue where check_vars() would add machine keys or authorize machines for shared vars.
These write operations should only ever be done on a `clan vars generate`, which `clan vars check` should be a read-only operation
2025-10-13 18:43:49 +07:00
Qubasa
d8c9508507
Revert "Fix ssh docs"
...
This reverts commit fe8f7e919e .
2025-10-13 13:09:13 +02:00
pinpox
f313ace19a
Merge pull request 'Revert SSH docs' ( #5488 ) from revert-ssh-docs into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/5488
2025-10-13 10:56:54 +00:00
pinpox
fe8f7e919e
Fix ssh docs
2025-10-13 12:51:42 +02:00
hsjobeki
c64276b64e
Merge pull request 'lib: remove unused facts utils' ( #5480 ) from fix-b into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/5480
2025-10-13 10:06:42 +00:00
hsjobeki
436da16bf9
Merge pull request 'facts: add bigger migration warnings' ( #5484 ) from fix-c into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/5484
2025-10-13 08:11:38 +00:00
Johannes Kirschbauer
1c3282bb63
vars: simplify collectFiles
2025-10-13 10:05:53 +02:00
Johannes Kirschbauer
3c4b3e180e
facts: add bigger migration warnings
2025-10-13 10:05:53 +02:00
hsjobeki
3953715b48
Merge pull request 'clan-cli: remove unused test fixture' ( #5482 ) from fix-c into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/5482
2025-10-12 16:07:44 +00:00
Johannes Kirschbauer
7b95fa039f
clan-cli: remove unused test fixture
2025-10-12 18:00:52 +02:00
Johannes Kirschbauer
347668a57f
lib: remove unused facts utils
2025-10-12 17:49:05 +02:00
Johannes Kirschbauer
63fdc13928
persist: add attributes props to accumulator
2025-10-12 17:45:14 +02:00
Johannes Kirschbauer
9b0557803e
introspection: update test
2025-10-12 17:45:14 +02:00
Johannes Kirschbauer
c13879ce69
persist: rename write map to attribute map
2025-10-12 17:45:14 +02:00
Johannes Kirschbauer
f57bc30c5a
persist/writeability: rename non_writeable to readonly
2025-10-12 17:45:14 +02:00
hsjobeki
38712d6fe0
Merge pull request 'clan-core/nixos: remove autoloading magic in favour of simple code' ( #5476 ) from fix-a into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/5476
2025-10-12 14:39:17 +00:00
Johannes Kirschbauer
1d38ffa9c2
inventory: unit test autoloading with a virtual fs
2025-10-12 16:32:55 +02:00
clan-bot
665f036dec
Merge pull request 'Update clan-core-for-checks in devFlake' ( #5478 ) from update-devFlake-clan-core-for-checks into main
2025-10-12 00:12:04 +00:00
clan-bot
b74b6ff449
Update clan-core-for-checks in devFlake
2025-10-12 00:01:53 +00:00
clan-bot
9c8797e770
Merge pull request 'Update clan-core-for-checks in devFlake' ( #5477 ) from update-devFlake-clan-core-for-checks into main
2025-10-11 20:12:29 +00:00
clan-bot
2be6cedec4
Update clan-core-for-checks in devFlake
2025-10-11 20:01:49 +00:00
Johannes Kirschbauer
7f49449f94
clan-core/nixos: remove autoloading magic in favour of simple code
2025-10-11 18:02:32 +02:00
hsjobeki
1f7bfa4e34
Merge pull request 'inventory: wrap autoloaded machines with correct file' ( #5474 ) from fix-a into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/5474
2025-10-11 16:00:37 +00:00
clan-bot
67fab4b11d
Merge pull request 'Update clan-core-for-checks in devFlake' ( #5475 ) from update-devFlake-clan-core-for-checks into main
2025-10-11 15:11:33 +00:00
clan-bot
18e3c72ef0
Update clan-core-for-checks in devFlake
2025-10-11 15:01:51 +00:00
Johannes Kirschbauer
84d4660a8d
inventory: wrap autoloaded machines with correct file
2025-10-11 15:57:42 +02:00
clan-bot
13c3e1411a
Merge pull request 'Update nixpkgs-dev in devFlake' ( #5472 ) from update-devFlake-nixpkgs-dev into main
2025-10-11 10:14:29 +00:00
clan-bot
3c3a505aca
Merge pull request 'Update clan-core-for-checks in devFlake' ( #5471 ) from update-devFlake-clan-core-for-checks into main
2025-10-11 10:13:33 +00:00
clan-bot
f33c8e98fe
Update nixpkgs-dev in devFlake
2025-10-11 10:02:05 +00:00
clan-bot
869a04e5af
Update clan-core-for-checks in devFlake
2025-10-11 10:01:50 +00:00
clan-bot
d09fdc3528
Merge pull request 'Update clan-core-for-checks in devFlake' ( #5470 ) from update-devFlake-clan-core-for-checks into main
2025-10-11 05:09:16 +00:00