1
0
forked from clan/clan-core
Commit Graph

175 Commits

Author SHA1 Message Date
193d54153d borbackup-static: impl
Implements sane defaults implementing borgbackup

Fixes: #1551
2024-06-05 21:17:24 +00:00
954f1fe605 zerotier-static-peers: filter out non existing Ip 2024-06-05 19:46:55 +02:00
44fc1be270 static-hosts: filter out non existing Ip's 2024-06-05 17:28:35 +02:00
3d71ebcc5f borgbackup: try to fix 2024-06-04 16:27:53 +02:00
ca2001040b zerotier-static-peers: use correct exclusion source 2024-06-03 22:53:44 +02:00
503ce29c84 zerotier-static-peers: add guard condition 2024-06-03 22:42:04 +02:00
f6fb52afbf clan.static-hosts: excludeHosts should be empty if topLevelDomain is defined. 2024-06-03 10:44:41 +00:00
2caa837537 Add top level domain option for zerotier machines. 2024-05-29 18:40:15 +00:00
3c0b5f0867 drop deprecated mdDoc 2024-05-28 13:35:11 +02:00
3eba6e85cc modules: init trusted-nix-cache module 2024-05-23 09:29:31 +02:00
a78f5b2bec Merge pull request 'zerotier-static-peers: init module' (#1400) from a-kenji-modules/init/static-zerotier-hosts into main 2024-05-22 10:40:41 +00:00
396caeff39 zerotier-static-peers: init module
Init zerotertier-static-peers module.
This module automatically configures the networkId.
It will automatically accept peers based on their zerotier-ips in the
clan flake.
2024-05-22 12:37:13 +02:00
fb1b428c12 user-password: set prompt to true by default 2024-05-22 12:15:26 +02:00
39b34d9ff3 modules: static hosts filter nonexistent ip 2024-05-21 17:24:14 +02:00
6ebfd29c87 Merge pull request 'clanModule.sshd: Deactivate password auth. Change flake template to every machine having its own disko.nix file.' (#1389) from Qubasa-main into main 2024-05-20 17:14:24 +00:00
c8456f7d68 clanModule.sshd: Deactivate password auth. Change flake template to every machine having its own disko.nix file. 2024-05-20 19:11:12 +02:00
a34fa4f69b Merge pull request 'init: static-hosts module' (#1385) from a-kenji-init/statix-hosts-module into main 2024-05-19 11:09:54 +00:00
1e4a3a3eee user-password: fix module path
Fixes #1381
2024-05-19 13:03:47 +02:00
e39d8cb909 init: static-hosts module 2024-05-19 13:01:37 +02:00
4f6d25160f Add --ssh-pubkey FILE argument 2024-05-14 15:41:15 +02:00
9999379f81 docs: user-password add admonition 2024-05-14 11:29:07 +02:00
cd0b360b49 modules: init user-password
Init a user-password module, that allows setting the password for a
single user.

fixes #1351
2024-05-14 10:55:43 +02:00
82fa89b57e Fix template. Improve docu. Add disko as default imported module. 2024-05-10 15:39:46 +02:00
6908527ebd Throw error on missing clanModule description or if description too long. Add xfce description. 2024-05-02 17:53:27 +02:00
570f04ecdc Fix zt-tcp-relay 2024-05-02 16:59:17 +02:00
ee552d3020 Move vm clanModules to lib 2024-05-02 16:34:25 +02:00
b95d95554a Add description field to function-schema 2024-05-02 16:34:25 +02:00
a09e680fa0 Require README.md for every clan module 2024-05-02 16:34:25 +02:00
a48df5b993 Add package function-schema and module-schema. Add check for module jsonschema. 2024-05-01 23:16:17 +02:00
a2074bb82b
docs: init synthing & deltachat 2024-04-17 18:26:37 +02:00
87559613ed
docs: add clan modules readme support 2024-04-17 12:52:04 +02:00
3f8ab35a19 rework root-password module 2024-04-12 12:00:43 +00:00
e6acbadae6 docs: improve template & secrets 2024-04-10 16:25:18 +00:00
292ac97067
add root-password module 2024-04-10 11:23:39 +02:00
c5e5a7edc7 grub: enable efi support by default 2024-04-05 18:47:11 +02:00
dd0dbbd29f syncthing: fix conflicting definition of fs.inotify.max_user_watches 2024-04-02 17:56:07 +07:00
1a40ce0a8f modules: add ergochat 2024-04-02 11:30:22 +02:00
ff0e66512f Merge pull request 'buildClan: add clan-core to specialArgs' (#1076) from DavHau-dave into main 2024-04-02 09:15:37 +00:00
6f9216d3b6 buildClan: add clan-core to specialArgs 2024-04-02 16:03:45 +07:00
3bdface3db modules: add thelounge 2024-04-02 11:01:00 +02:00
1a3d5e1ad6 moonlight: fix facts declaration 2024-04-01 17:44:22 +07:00
e0bdf1ce39 docs: render module options docs
fix errors while rendering some modules
2024-03-31 00:26:08 +07:00
65d116ec28 migrate secrets to new api 2024-03-28 11:02:14 +01:00
e27e6e6102 localbackup: also create mountpoints 2024-03-26 15:53:13 +01:00
74b5f6c61a localbackup: rename mountHook/umountHook to preMountHook/postUnmountHook 2024-03-26 14:58:37 +01:00
bd989085ac localbackup: add missing config arg to submodule 2024-03-26 11:41:03 +01:00
187bebae47 waypipe: fix the waypipe module 2024-03-25 15:21:16 +01:00
d291b1db63 localbackup: integrate into regression test 2024-03-25 13:26:42 +01:00
45212e2ba5 localbackup: add mounthooks 2024-03-25 13:26:42 +01:00
916e37eb26 localbackup: add pre/post exec hooks 2024-03-25 12:42:59 +01:00
58ae9d9cd0 localbackup: default to empty target list 2024-03-25 12:42:59 +01:00
1d6cc49da5 Merge pull request 'clanModules: init matrix-synapse' (#1017) from matrix-synapse into main 2024-03-22 11:39:50 +00:00
ba772c201d clanModules: init matrix-synapse 2024-03-22 12:26:37 +01:00
ae50796e1d Merge pull request 'sunshine: improve launching of pairing' (#1021) from a-kenji-sunshine/improve-accept into main 2024-03-20 09:00:58 +00:00
f0b00b7360 sunshine: improve launching of pairing 2024-03-20 09:55:25 +01:00
82507a975a backups: fix name extraction for borgbackup restore 2024-03-20 09:32:01 +01:00
aa659bcc17 backups: no longer interpret backup interface as bash commands 2024-03-20 09:32:01 +01:00
92ac151292 rework backup interface to no longer need to list backups to restore them 2024-03-20 09:32:01 +01:00
f5d32d0b22 add localbackup provider 2024-03-20 09:32:01 +01:00
5f9d3b514b fix case when we have multiple backup destinations 2024-03-20 08:29:05 +00:00
9383e41d68 make backup provider more generic 2024-03-20 08:29:05 +00:00
f98d39cdeb moonlight: drop libnotify 2024-03-19 13:14:04 +01:00
626a9af638 sunshine: drop unused files 2024-03-19 12:53:28 +01:00
0695e2c0fc Merge branch 'main' into init/sunshine-accept 2024-03-19 12:33:45 +01:00
91ed6549a7 fmt: module 2024-03-19 12:30:40 +01:00
32d0f1ccd4 init: sunshine-moonlight-accept module 2024-03-19 12:11:09 +01:00
e296a3019d re-format with nixfmt 2024-03-17 19:48:49 +01:00
a6c3e15aca don't use impure builtins.storePath 2024-03-17 18:10:23 +01:00
a6d52a669d fix openssh secrets
change facts path to be the full path

sshd: fixup store path
2024-03-13 14:59:46 +01:00
59cb2b2a29 fix openssh secrets 2024-03-13 13:27:10 +00:00
8ab6fcd4c0 add sshd module 2024-03-13 11:08:36 +01:00
bcf26682c3 sunshine: add path 2024-03-12 23:01:02 +01:00
71cd46b0e9 sunshine: add apps, improve uaccess rules 2024-03-12 22:17:08 +01:00
8a3250b1c9 sunshine: improve module 2024-03-12 20:53:04 +01:00
df1729a841 vm: improve xfce and vm-user module 2024-03-12 19:53:11 +01:00
c15d762dc7 clan-modules: add xfce-vm module
A specific module for vm's that don't (yet) support the waypipe module.
2024-03-12 19:36:11 +01:00
b5433beef9 clan-modules: add vm-user module 2024-03-12 17:20:02 +01:00
823b5e67ed fix backup not beeing activated 2024-03-12 13:17:04 +01:00
b1897530c8 clan.borgbackup: drop enable option 2024-03-12 11:21:10 +01:00
94caea382f fix: typos 2024-03-06 13:11:49 +01:00
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
6eb8fe47c4 borgbackup: drop comment from string
Looks weird in the logs.
2024-02-22 14:45:07 +00:00
81fc60eef8 encrypt backups by default 2024-02-22 15:03:22 +01:00
17d7eec0ae borgbackup: use persistent timers 2024-02-22 13:47:09 +01:00
95820905f9 waypipe: add fixed uid for user 2024-02-15 19:33:01 +01:00
30cb4c0eed add waypipe user to video group 2024-02-15 19:30:51 +01:00
d7d33f6c25 waypipe: add more environment variables 2024-02-15 11:03:27 +01:00
99bda8e099 waypipe: add wayland environment 2024-02-15 09:58:56 +01:00
5ef2257ed1 waypipe: rename systemd unit 2024-02-13 16:42:29 +01:00
3ba4954c8d waypipe: improve default module 2024-02-13 16:37:14 +01:00
e46315cab8 waypipe: improve default module 2024-02-13 16:02:46 +01:00
798bbe188c waypipe: add more default settings 2024-02-10 13:22:16 +01:00
105209cfb9 clanModules: add waypipe service 2024-02-10 12:32:06 +01:00
c81e9857da syncthing: remember auto accepted folders, if introduced
Makes it more compatible with restoring state
2024-01-31 22:24:46 +07:00
dd460e9f4f syncthing: make inotify tuning overrideable 2024-01-31 10:44:31 +07:00
dc4e9d8dd7 syncthing: add inotify 2024-01-29 11:23:32 +01:00
df574b0dcc localsend: add notes about future integrations 2024-01-19 16:59:32 +01:00
c94d2325ae clanModules: init localsend module 2024-01-17 11:12:09 +01:00
e2cc218aa6 add moonlight module 2024-01-12 16:02:24 +01:00
78cd5b3fec zt-tcp-relay: add clan module + test 2024-01-12 14:25:31 +01:00