mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-13 18:10:54 -06:00
feat: updated abstractions
This commit is contained in:
parent
4512d7a5d9
commit
9aab8c6444
31 changed files with 70 additions and 97 deletions
|
|
@ -1,10 +1,10 @@
|
|||
{ flake, matchHelper, ... }:
|
||||
let
|
||||
inherit (flake.config.services.instances) forgejo mastodon web;
|
||||
inherit (flake.config.services) instances;
|
||||
in
|
||||
[
|
||||
(matchHelper ":dotfiles" "https://gitlab.com/upRootNutrition/dotfiles")
|
||||
(matchHelper ":website" "https://${web.domains.url1}")
|
||||
(matchHelper ":forgejo" "https://${forgejo.domains.url0}")
|
||||
(matchHelper ":mastodon" "https://${mastodon.domains.url0}")
|
||||
(matchHelper ":website" "https://${instances.jellyfin.interfaces.interface0.domain}")
|
||||
(matchHelper ":forgejo" "https://${instances.forgejo.interfaces.interface0.domain}")
|
||||
(matchHelper ":mastodon" "https://${instances.mastodon.interfaces.interface0.domain}")
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue