mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 02:25:12 -05:00
feat: server test
This commit is contained in:
parent
0b802c39ad
commit
38ba756246
5 changed files with 42 additions and 17 deletions
27
nixos/modules/services/default.nix
Normal file
27
nixos/modules/services/default.nix
Normal file
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
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