mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 18:15:13 -05:00
feat: server test
This commit is contained in:
parent
0439073fbd
commit
4dee49841a
18 changed files with 17 additions and 45 deletions
|
@ -1,27 +0,0 @@
|
|||
{
|
||||
imports = let
|
||||
configPath = ./config;
|
||||
in
|
||||
(map
|
||||
(folder: (configPath + ./${folder}))
|
||||
[
|
||||
"mastodon"
|
||||
])
|
||||
++ (map
|
||||
(file: (configPath + ./${file}.nix))
|
||||
[
|
||||
"acme"
|
||||
"caddy"
|
||||
"jellyfin"
|
||||
"logrotate"
|
||||
"minecraft"
|
||||
"ollama"
|
||||
"peertube"
|
||||
"postgresql"
|
||||
"owncast"
|
||||
"samba"
|
||||
"vaultwarden"
|
||||
# "forgejo"
|
||||
# "nextcloud"
|
||||
]);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue