Jörg Thalheim
|
2e07bfa834
|
fix deploying from darwin to linux
|
2024-12-04 14:54:44 +01:00 |
|
Jörg Thalheim
|
39daf4e3df
|
flash: drop wifi option
This feature is broken and will be replaced by templates machines
eventually.
|
2024-12-04 12:52:38 +01:00 |
|
Jörg Thalheim
|
093bdf7c5c
|
document clan machines create
|
2024-12-04 12:14:32 +01:00 |
|
Jörg Thalheim
|
74d65e4d2f
|
machines no longer need to be specified in buildClan
|
2024-12-04 12:14:32 +01:00 |
|
Jörg Thalheim
|
ee88e70a9f
|
no longer show prefix
|
2024-12-04 12:14:32 +01:00 |
|
Jörg Thalheim
|
7158f64800
|
commit file instead of just git adding it
|
2024-12-04 12:14:32 +01:00 |
|
Jörg Thalheim
|
6b8a9ff0dc
|
skip writing the empty inventory json
|
2024-12-04 12:14:32 +01:00 |
|
Jörg Thalheim
|
0b83bea2c6
|
add install instructions for macos
|
2024-12-04 12:14:32 +01:00 |
|
Jörg Thalheim
|
54b6503ee1
|
re-add missing wget
|
2024-12-04 11:26:22 +01:00 |
|
clan-bot
|
1511b14b3c
|
Merge pull request 'fix vars migration prompts. add secretsForUsers to vars interface and implement that for pass' (#2551) from lassulus/clan-core:vars-stuff into main
|
2024-12-04 09:03:24 +00:00 |
|
clan-bot
|
15458c33ba
|
Merge pull request 'Add missing quotes around nix-command flakes' (#2557) from Enzime/clan-core:push-ovqtprtkzuvm into main
|
2024-12-04 08:49:02 +00:00 |
|
Michael Hoang
|
b414b153ba
|
clan_cli: fix missing quotes around nix-command flakes
Before:
[$] nix \
--extra-experimental-features nix-command flakes \
show-config \
--json
After:
[$] nix \
--extra-experimental-features 'nix-command flakes' \
show-config \
--json
|
2024-12-04 19:40:15 +11:00 |
|
Michael Hoang
|
caef3dd64c
|
gui-installer: add missing double quotes for nix-command flakes
|
2024-12-04 19:38:20 +11:00 |
|
clan-bot
|
6cb3a01d47
|
Merge pull request 'vars: print() -> log.info()' (#2555) from DavHau/clan-core:DavHau-dave into main
|
2024-12-04 07:15:36 +00:00 |
|
DavHau
|
37ad4eaad5
|
vars: print() -> log.info()
|
2024-12-04 14:08:50 +07:00 |
|
clan-bot
|
f8bf918415
|
Merge pull request 'vars: Improve logging for migration' (#2554) from DavHau/clan-core:DavHau-dave into main
|
2024-12-04 05:48:25 +00:00 |
|
DavHau
|
f5226ec7ff
|
vars: Improve logging for migration
|
2024-12-04 12:42:03 +07:00 |
|
clan-bot
|
c44a9e0ad3
|
Merge pull request 'secrets: improve error message on wrong age key format' (#2553) from DavHau/clan-core:DavHau-dave into main
|
2024-12-04 05:12:14 +00:00 |
|
DavHau
|
ae24672c54
|
secrets: improve error message on wrong age key format
|
2024-12-04 12:04:07 +07:00 |
|
clan-bot
|
84ed44309e
|
Merge pull request 'Add --print-build-logs to some Nix commands' (#2552) from Enzime/clan-core:push-szyyvnvymllq into main
|
2024-12-04 00:39:39 +00:00 |
|
Michael Hoang
|
fd3e741eba
|
Add --print-build-logs to some Nix commands
|
2024-12-04 10:04:07 +11:00 |
|
lassulus
|
4b63296d5f
|
vars sops: passthrough neededForUsers
|
2024-12-03 23:54:21 +01:00 |
|
lassulus
|
c6a713d393
|
cli vars generate: log in global context what is global
|
2024-12-03 22:29:25 +01:00 |
|
lassulus
|
d89ee46d7f
|
vars password-store: add neededForUsers option
|
2024-12-03 22:28:39 +01:00 |
|
lassulus
|
2916798e84
|
vars generate: show prompts only if not migrating
|
2024-12-03 22:25:16 +01:00 |
|
clan-bot
|
70c4da9011
|
Merge pull request 'link to arm64 image' (#2549) from arm64 into main
|
2024-12-03 19:27:12 +00:00 |
|
Jörg Thalheim
|
9636c37d69
|
link to arm64 image
|
2024-12-03 20:20:00 +01:00 |
|
clan-bot
|
182a01e266
|
Merge pull request 'clan/update: make build-host overridable in cli' (#2548) from updates into main
|
2024-12-03 16:46:47 +00:00 |
|
Jörg Thalheim
|
455c8654a1
|
clan/update: make build-host overridable in cli
|
2024-12-03 17:40:12 +01:00 |
|
Jörg Thalheim
|
8b0d791c5a
|
remove deprecated deploymentHost
|
2024-12-03 17:30:02 +01:00 |
|
Mic92
|
3e13caf769
|
Merge pull request 'rename run_no_output to run_no_stdout' (#2547) from run-stdout into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2547
|
2024-12-03 16:29:41 +00:00 |
|
Jörg Thalheim
|
51526aedbb
|
rename run_no_output to run_no_stdout
we want stderr for some nix commands.
|
2024-12-03 17:15:28 +01:00 |
|
clan-bot
|
8837af2c79
|
Merge pull request 'clan-cli: Fix ignored debug flag in clan vms run, refactor Host.run to use RunOpts' (#2544) from Qubasa/clan-core:Qubasa-main into main
|
2024-12-03 15:08:06 +00:00 |
|
Qubasa
|
164c621dc0
|
clan-cli: Fix ignored debug flag in clan vms run, refactor Host.run to use RunOpts
|
2024-12-03 16:01:51 +01:00 |
|
clan-bot
|
f033a193d5
|
Merge pull request 'icons: update icon component' (#2546) from hsjobeki/clan-core:hsjobeki-main into main
|
2024-12-03 13:30:36 +00:00 |
|
Johannes Kirschbauer
|
76454bd52f
|
icons: update icon component
|
2024-12-03 14:23:02 +01:00 |
|
clan-bot
|
ce0398f140
|
Merge pull request 'icons: add / update app icons' (#2545) from hsjobeki/clan-core:hsjobeki-main into main
|
2024-12-03 13:22:49 +00:00 |
|
Johannes Kirschbauer
|
e19a1ec0e1
|
icons: add / update app icons
|
2024-12-03 14:14:24 +01:00 |
|
clan-bot
|
eed70070b4
|
Merge pull request 'api/machines: include disk and hw_config into machine details' (#2543) from hsjobeki/clan-core:hsjobeki-main into main
|
2024-12-03 13:13:02 +00:00 |
|
Johannes Kirschbauer
|
1bdbbfbd5b
|
api/machines: include disk and hw_config into machine details
|
2024-12-03 14:01:11 +01:00 |
|
Johannes Kirschbauer
|
045b7d6c28
|
api/modules: seperate frontmatter parsing from extraction
|
2024-12-03 14:01:00 +01:00 |
|
clan-bot
|
87e0fa9943
|
Merge pull request 'fix minifakeroot on macos' (#2542) from minifakeroot into main
|
2024-12-03 12:07:25 +00:00 |
|
Jörg Thalheim
|
5e37ca2021
|
fix minifakeroot on macos
|
2024-12-03 13:01:16 +01:00 |
|
clan-bot
|
01851ad7ab
|
Merge pull request 'api/disk-templates: adopt directory structure from clan modules' (#2541) from hsjobeki/clan-core:hsjobeki-main into main
|
2024-12-03 11:08:47 +00:00 |
|
Johannes Kirschbauer
|
d15e801940
|
api/disk-templates: adopt directory structure from clan modules
|
2024-12-03 12:01:35 +01:00 |
|
clan-bot
|
cf3a5df51e
|
Merge pull request 'fix sops deprecation warning' (#2540) from stdin into main
|
2024-12-03 10:23:25 +00:00 |
|
Jörg Thalheim
|
e250332f4b
|
fix sops deprecation warning
|
2024-12-03 11:13:17 +01:00 |
|
clan-bot
|
d39e77ab3c
|
Merge pull request 'pkgs/cli: Fix suggestion after key generation' (#2539) from kenji/clan-core:kenji-pkgs-cli/fix/add-key into main
|
2024-12-03 09:12:59 +00:00 |
|
a-kenji
|
05c12e4ee9
|
pkgs/cli: Fix suggestion after key generation
Fix the suggestion that is given when generating a new key.
Closes: #2537
|
2024-12-03 10:01:55 +01:00 |
|
Mic92
|
d61e417e50
|
Merge pull request 'always include gitMinimal' (#2495) from stdin into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2495
|
2024-12-02 14:31:16 +00:00 |
|