mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2026-06-16 17:49:13 +02:00
10 lines
114 B
Nix
10 lines
114 B
Nix
{
|
|
imports = [
|
|
./httpd.nix
|
|
./log-processor.nix
|
|
./mail.nix
|
|
./module.nix
|
|
./packages.nix
|
|
];
|
|
}
|