mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
feat: reformated services
This commit is contained in:
parent
c28066d2d3
commit
d73b50cb7b
19 changed files with 5 additions and 198 deletions
|
@ -1,12 +1,14 @@
|
|||
{
|
||||
imports =
|
||||
imports = let
|
||||
configPath = ./config;
|
||||
in
|
||||
(map
|
||||
(folder: ./${folder})
|
||||
(folder: (configPath + ./${folder}))
|
||||
[
|
||||
"mastodon"
|
||||
])
|
||||
++ (map
|
||||
(file: ./${file}.nix)
|
||||
(file: (configPath + ./${file}.nix))
|
||||
[
|
||||
"acme"
|
||||
"caddy"
|
||||
|
@ -19,9 +21,7 @@
|
|||
"owncast"
|
||||
"samba"
|
||||
"vaultwarden"
|
||||
"wiki"
|
||||
# "forgejo"
|
||||
# "castopod"
|
||||
# "nextcloud"
|
||||
]);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue