2025-05-22 19:50:11 +02:00
|
|
|
{ lib, ... }:
|
2025-04-12 19:45:01 +02:00
|
|
|
|
|
|
|
{
|
2025-04-18 13:59:06 +00:00
|
|
|
imports = with lib.custom; [
|
2025-05-22 19:36:29 +02:00
|
|
|
(relativeToBase "modules")
|
2025-04-15 23:39:10 +02:00
|
|
|
./boot.nix
|
2025-06-02 17:44:41 +00:00
|
|
|
./caddy.nix
|
2025-05-31 15:38:05 +00:00
|
|
|
./forgejo.nix
|
2025-04-15 23:39:10 +02:00
|
|
|
./hardware.nix
|
2025-06-02 17:44:41 +00:00
|
|
|
./mailserver.nix
|
2025-05-27 20:01:07 +00:00
|
|
|
./nextcloud.nix
|
2025-05-31 15:38:05 +00:00
|
|
|
./podman.nix
|
2025-04-16 21:09:17 +00:00
|
|
|
./security
|
2025-04-15 23:39:10 +02:00
|
|
|
];
|
2025-04-12 19:45:01 +02:00
|
|
|
}
|