Jörg Thalheim
77c0e6b31a
make installer nixos module stand-alone
2024-03-17 19:38:50 +01:00
Jörg Thalheim
2dcdcd98e9
installer: also match qemu and serial consoles for prompting qrcode
2024-03-17 19:14:24 +01:00
Jörg Thalheim
a6c3e15aca
don't use impure builtins.storePath
2024-03-17 18:10:23 +01:00
Jörg Thalheim
377302ff6c
change facts path to be reachable as a store path
2024-03-17 18:10:23 +01:00
Jörg Thalheim
a6d52a669d
fix openssh secrets
...
change facts path to be the full path
sshd: fixup store path
2024-03-13 14:59:46 +01:00
Jörg Thalheim
c2e43a4e65
allow fact-only secrets
2024-03-13 11:08:36 +01:00
a-kenji
5d5f504013
enable: spice-vdagent if xserver is enable
2024-03-12 16:00:54 +00:00
Jörg Thalheim
dd73406a92
installer: switch to systemd-boot
...
grub is not able to boot from the disks that we flash for weird reasons.
Since BIOS-boot is on life-support, we may as well just use systemd-boot.
2024-03-07 14:13:11 +01:00
Jörg Thalheim
0481746198
drop meshnamed from repository
...
It's not super useful and we can always add it back later if we need it.
2024-03-06 10:02:21 +01:00
a-kenji
603893872e
secrets: fix typo
2024-03-05 11:59:55 +01:00
lassulus
a1dcddf9b4
clan-cli: add interactive secrets/fact generation
2024-03-03 04:06:18 +01:00
lassulus
f500aee786
clanCore secrets: rename toplevel secret to service
2024-03-02 11:43:20 +01:00
lassulus
4cfd580447
outputs: pass secretsData directly
2024-03-02 11:43:20 +01:00
Jörg Thalheim
57e9b27ff8
add option to set defaultGroups for secrets
2024-02-16 17:26:20 +01:00
lassulus
6871b29d15
vms: use vm fact/secret-store
2024-02-15 10:41:25 +01:00
lassulus
98139ac48d
add factsStore modules
2024-02-15 10:41:25 +01:00
Jörg Thalheim
7cab50c088
optimize filesystem mount flags
...
perf!
2024-02-14 13:01:47 +01:00
Jörg Thalheim
7a3fcd3deb
vms: enable sysusers
2024-02-13 14:14:54 +01:00
Jörg Thalheim
952f976ea7
fix virtiofsd in CIs
2024-02-13 13:57:52 +01:00
Jörg Thalheim
11ac50c17b
format rootfs in vm itself
2024-02-13 11:45:42 +01:00
Jörg Thalheim
07caab537f
drop unused mounts
2024-02-13 11:45:42 +01:00
Jörg Thalheim
a56dc3bf8c
simplify vmstate directory
2024-02-13 11:45:42 +01:00
Jörg Thalheim
d6b3e03d70
vms: integrate virtiofsd
2024-02-13 11:44:17 +01:00
lassulus
10cbe11e53
nixosModules clanCore: fix iso format
2024-02-10 13:27:51 +01:00
DavHau
02dd132e08
vms: init graceful shutdown for GUI
...
- add python modules for qemu protocols: QMP (hardware interactions) and QGA (guest service interaction)
- refactor state directory: remove name from path (already contains url)
- add impure vm test for basic qmp interaction
- simplify existing vm persistance test (factor out shared code)
- integrate graceful shutdown into GUI
the GUI integration still needs to be improved later:
- add fallback in case system doesn't react to powerdown button
- shutdown GUI switch fails if VM hasn't been started yet, and then remains in a wrong position
2024-02-09 19:55:18 +07:00
lassulus
67d264263c
nixosModules zerotier: remove unneeded default
2024-02-07 05:26:01 +01:00
lassulus
b780754621
clan-cli: add simple flash command
2024-02-07 05:26:01 +01:00
Jörg Thalheim
6fe6229498
add requireExplicitUpdate option for mobile devices
2024-02-06 17:55:34 +01:00
Jörg Thalheim
ad1a87fc14
move checks if targetHost/buildHost is set to cli
2024-02-06 14:51:44 +01:00
clan-bot
4d18ce2366
Merge pull request 'cli,nix: Add machine_icon, machine_description to vm' ( #812 ) from Qubasa-main into main
2024-02-06 12:29:32 +00:00
Qubasa
21443d0647
cli,nix: Add machine_icon, machine_description
2024-02-06 19:25:34 +07:00
Jörg Thalheim
923696c21c
clanCore: fix deploymentAddress -> targetHost alias
2024-02-06 10:55:07 +01:00
Qubasa
b3815527a5
Added machineIcon and machineDescription to buildClan
2024-02-05 14:18:40 +07:00
lassulus
a2eb6f219d
nixosModules zerotier: fix type of dns
2024-02-05 02:31:14 +01:00
lassulus
b39fda8d85
clanCore zerotier: set default values in config for merging
2024-02-03 09:26:04 +01:00
lassulus
a52f1e3594
clanCore zerotier: add settings option
2024-02-03 04:48:54 +01:00
Jörg Thalheim
3538cf2e46
rename deployment address to target address
...
This is a prepares having a build server for deployment
2024-02-02 16:39:29 +07:00
lassulus
86b248d457
zerotier generate: retry if port allocation fails
2024-02-01 10:11:30 +01:00
lassulus
93874705fe
zerotier generate: kill process group
2024-02-01 10:01:28 +01:00
a-kenji
533012af7d
vms: rename wayland attrs to waypipe
...
And remove the options from the cli interface.
2024-02-01 10:14:36 +07:00
a-kenji
f89c9b00dd
vms: wayland attr specified in configuration
2024-02-01 09:00:43 +07:00
DavHau
59fa63eba9
Reapply "vm-state: fix and improve testing"
...
This reverts commit 99092f6e76 .
vm-state: revert sysusers, improve testing
zerotier: enable persistence
vm-state: cleanup tests
2024-01-31 11:02:16 +07:00
lassulus
0dbfe52d62
secrets: add sandbox user
2024-01-30 12:11:05 +01:00
DavHau
99092f6e76
Revert "vm-state: fix and improve testing"
...
This reverts commit 6adc68a354 .
2024-01-29 15:16:10 +07:00
DavHau
6adc68a354
vm-state: fix and improve testing
...
Also adds qemu qga protocol implementation to execute commands
2024-01-26 19:41:05 +07:00
clan-bot
a3ef8ce832
Merge pull request 'clan-cli secrets: add secret_store as python class' ( #733 ) from lassulus-HEAD into main
2024-01-24 14:52:14 +00:00
lassulus
ce5e6bfd10
secret generators: run with set -efu -o pipefail
2024-01-24 15:49:12 +01:00
lassulus
aee0ee4d5e
move secret stores into clan_cli codebase
2024-01-24 15:49:12 +01:00
a-kenji
f0895d5e3e
fix zerotier in vms
2024-01-23 19:43:42 +01:00
Jörg Thalheim
8338944062
move python code in nixos Module to external file
2024-01-23 15:04:40 +01:00