refactor: streamline all websites into one folder

This commit is contained in:
Rouven Seifert 2024-03-12 11:49:01 +01:00
parent 71fdea75be
commit b429e6468f
Signed by untrusted user: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
12 changed files with 17 additions and 11 deletions

15
modules/web/default.nix Normal file
View file

@ -0,0 +1,15 @@
{ ... }:
{
imports = [
./ifsrde.nix
./ese.nix
./infoscreen.nix
./kpp.nix
./nightline.nix
./fsrewsp.nix
./manual.nix
./sharepic.nix
./userdir.nix
./ftp.nix
];
}