mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
feat: server test
This commit is contained in:
parent
1633a13be9
commit
b8f9f86509
2 changed files with 31 additions and 59 deletions
|
@ -1,14 +1,12 @@
|
|||
{
|
||||
imports = let
|
||||
configPath = ./config;
|
||||
in
|
||||
imports =
|
||||
(map
|
||||
(folder: (configPath + ./${folder}))
|
||||
(folder: ./${folder})
|
||||
[
|
||||
"mastodon"
|
||||
])
|
||||
++ (map
|
||||
(file: (configPath + ./${file}.nix))
|
||||
(file: ./${file}.nix)
|
||||
[
|
||||
"acme"
|
||||
"caddy"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue