+welcomeText

This commit is contained in:
m3tam3re
2025-01-13 12:02:08 +01:00
parent f48f2d3910
commit a01d10de4b
10 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,5 @@
{
imports = [
# Import some nix modules
];
}

View File

@ -0,0 +1,6 @@
{
imports = [
./containers
./traefik.nix
];
}