Aos Dabbagh
8a6d544eef
fix(networking): Use true instead of "yes" for multicast config
...
I ran into an issue when I had clan + this module:
ce61f71680/nixos/mixins/mdns.nix (L6)
they both set the same config value, but clan uses "yes" and that module
uses `true`. systemd allows for "yes" or `true` (`man systemd.syntax`),
so I opted to change this to `true`.
Here's the full error:
```
error: The option `systemd.network.networks."99-ethernet-default-dhcp".networkConfig.MulticastDNS' has conflicting definition values:
- In `/nix/store/3yv22nq7rqd0ra30qvzc2d624rwa6h7c-source/nixosModules/clanCore/networking.nix': "yes"
- In `/nix/store/ivjk0r776mxal8v7jamwsrn4yidvg0dv-source/nixos/mixins/mdns.nix': true
Use `lib.mkForce value` or `lib.mkDefault value` to change the priority on any of these definitions.
```
2024-11-30 23:24:17 -05:00
clan-bot
3ace3fa7ec
Merge pull request 'vars password-store: fix secretLocation again :)' ( #2526 ) from lassulus/clan-core:fix-vars-pass2 into main
2024-11-30 17:07:29 +00:00
lassulus
5372066e04
vars password-store: fix secretLocation again :)
2024-11-30 18:01:23 +01:00
clan-bot
1258b1c1dc
Merge pull request 'vars password-store: fix secretLocation' ( #2525 ) from lassulus/clan-core:fix-vars-pass into main
2024-11-30 16:31:57 +00:00
lassulus
893892aff4
vars password-store: fix secretLocation
2024-11-30 17:24:17 +01:00
clan-bot
e51c3787c2
Merge pull request 'Clan-core: automatically load disko.nix' ( #2523 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-11-29 21:01:02 +00:00
Johannes Kirschbauer
f63c6f170b
Facter: remove partial disk facts
2024-11-29 21:52:38 +01:00
Johannes Kirschbauer
172de18e74
Docs: add/improve autloaded machine files section
2024-11-29 21:49:57 +01:00
Johannes Kirschbauer
07c8b2c9ae
Clan-api: disk schema: improve error messages for invalid options
2024-11-29 21:33:22 +01:00
Johannes Kirschbauer
6d50587f7b
Clan-api: init set disk_schema from facter report
2024-11-29 21:30:46 +01:00
Johannes Kirschbauer
4ea35d5dc9
Clan-core: automatically load disko.nix
2024-11-29 21:15:15 +01:00
clan-bot
38d3ee7de0
Merge pull request 'revert c7a3d52a33c5022d080b5d12ffab6b04bc7a4c58' ( #2522 ) from hsjobeki-patch-1 into main
2024-11-29 20:15:01 +00:00
hsjobeki
26fa2bfad6
revert c7a3d52a33
...
revert Clan-app: init single-disk template
2024-11-29 20:08:02 +00:00
clan-bot
adfe1e5c50
Merge pull request 'vars: generate docs for cli and module' ( #2521 ) from DavHau/clan-core:DavHau-docs into main
2024-11-29 10:30:07 +00:00
DavHau
681c671391
vars/migration: remove useless check
2024-11-29 17:23:31 +07:00
DavHau
66ce80c096
vars: rename: invalidation -> validation
2024-11-29 17:23:31 +07:00
DavHau
03bcf6bba3
vars: generate docs for cli and module
2024-11-29 17:23:31 +07:00
clan-bot
88861ecfb7
Merge pull request 'vars: make upload actually upload' ( #2520 ) from lassulus/clan-core:vars_upload into main
2024-11-28 20:08:19 +00:00
lassulus
513431148e
vars: make upload actually upload
2024-11-28 21:00:12 +01:00
clan-bot
1138ba06bd
Merge pull request 'clan-vm-manager: Fix regression part2' ( #2519 ) from Qubasa/clan-core:Qubasa-main into main
2024-11-28 18:08:35 +00:00
Qubasa
ff8d82c3c6
clan-vm-manager: Fix regression part2
2024-11-28 19:01:46 +01:00
clan-bot
bbb5672854
Merge pull request 'cli vars upload: fix sops' ( #2518 ) from lassulus/clan-core:vars-sops-fix into main
2024-11-28 16:59:54 +00:00
lassulus
d4fb4efd1f
cli vars upload: fix sops
2024-11-28 17:52:04 +01:00
clan-bot
a97d719a52
Merge pull request 'remove secretsUploadDirectory from common module' ( #2509 ) from lassulus/clan-core:no-secrets-upload-dir into main
2024-11-28 15:46:51 +00:00
clan-bot
ad95265773
Merge pull request 'Clan-app/api: add traceback for all underlying exceptions' ( #2517 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-11-28 15:45:54 +00:00
lassulus
748053154e
vars: remove dead option
2024-11-28 16:39:01 +01:00
lassulus
af1dacc651
vars: use vars in option descriptions
2024-11-28 16:38:47 +01:00
lassulus
c00ac4a246
vars: remove secretsUploadDirectory from common module
2024-11-28 16:38:06 +01:00
Johannes Kirschbauer
c7a3d52a33
Clan-app: init single-disk template
2024-11-28 16:37:52 +01:00
Johannes Kirschbauer
ee9fdb7ac7
Clan-app/api: improve error message for mismatching types
2024-11-28 16:37:52 +01:00
Johannes Kirschbauer
d3be596c77
Clan-app/api: error on {unknown api method, mismatching parameter name}
2024-11-28 16:37:52 +01:00
Johannes Kirschbauer
c35b30a447
Clan-app/api: add traceback for all underlying exceptions
2024-11-28 16:37:52 +01:00
clan-bot
17f1f2dca8
Merge pull request 'clan-cli: refactor HostGroup._run_local to work with RunOpts' ( #2516 ) from Qubasa/clan-core:Qubasa-main into main
2024-11-28 15:12:45 +00:00
Qubasa
95cb239206
clan-cli: refactor HostGroup._run_local to work with RunOpts
2024-11-28 16:05:51 +01:00
clan-bot
466044e85f
Merge pull request 'clan-cli: cmd.run now has its options extracted to a dataclass' ( #2515 ) from Qubasa/clan-core:Qubasa-main into main
2024-11-28 14:41:52 +00:00
Qubasa
d2719f3179
clan-cli: cmd.run now has its options extracted to a dataclass
2024-11-28 15:26:37 +01:00
hsjobeki
d672c08074
Merge pull request 'Templates: move all clan templates into subfolder 'clan'' ( #2514 ) from hsjobeki/clan-core:hsjobeki-main into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2514
2024-11-28 11:03:56 +00:00
Johannes Kirschbauer
126874e62e
CLI/tests: use correct fixture paths
2024-11-28 11:56:12 +01:00
Johannes Kirschbauer
5d78c7a01e
CLI: use new template path
2024-11-28 11:44:44 +01:00
Johannes Kirschbauer
8c24034dc7
Templates: init disko single disk template file
2024-11-28 11:44:09 +01:00
Johannes Kirschbauer
f2f993203b
Templates: move all clan templates into subfolder 'clan'
2024-11-28 11:17:52 +01:00
Luis Hebendanz
43f9b17cd9
Merge pull request 'clan-cli: Add -L option to nixos-rebuild switch to still have build output, simplify logging code' ( #2513 ) from Qubasa/clan-core:Qubasa-main into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2513
2024-11-28 09:59:12 +00:00
Qubasa
d29f9bf86c
clan-cli: SSH now completely refactored to use dataclasses everywhere
2024-11-28 10:52:14 +01:00
Qubasa
55e080a89f
clan-cli: Add -L option to nixos-rebuild switch to still have build output, simplify logging code
2024-11-28 10:42:43 +01:00
DavHau
00064ee98b
wifi: init as experimental module
2024-11-28 15:49:23 +07:00
clan-bot
4f25e2f79a
Merge pull request 'clan-cli: Refactor colors to a subset of colors that work in light and dark mode' ( #2508 ) from Qubasa/clan-core:Qubasa-main into main
2024-11-27 11:48:47 +00:00
Qubasa
fddaa3a5bb
clan-cli: Refactor colors to a subset of colors that work in light and dark mode
2024-11-27 12:42:10 +01:00
clan-bot
781334344c
Merge pull request 'UI/webview: remove unused clamp' ( #2506 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-11-27 10:12:04 +00:00
clan-bot
604e2c9049
Merge pull request 'Modules: more categories' ( #2507 ) from hsjobeki/clan-core:main into main
2024-11-27 10:06:45 +00:00
Johannes Kirschbauer
1dd7d46fad
UI/webview: remove unused clamp
2024-11-27 11:03:57 +01:00