mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Add cal
This commit is contained in:
parent
7d6b69cd46
commit
40888c390e
6 changed files with 57 additions and 3 deletions
|
|
@ -39,6 +39,7 @@ in {
|
|||
mods.server.share.enable = true;
|
||||
mods.server.vault.enable = true;
|
||||
mods.server.git.enable = true;
|
||||
mods.server.cal.enable = true;
|
||||
|
||||
mods.tailscale.enable = true;
|
||||
mods.wireguard.id = 3;
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
share = 3004;
|
||||
vault = 3005;
|
||||
git = 3006;
|
||||
cal = 3007;
|
||||
|
||||
search = 8081;
|
||||
videos = 8082;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue