+welcomeText

This commit is contained in:
m3tam3re
2025-01-13 11:46:49 +01:00
parent f48f2d3910
commit f31a6b776a
10 changed files with 14 additions and 1 deletions

View File

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

View File

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