2025-09-14 13:36:45 +02:00
|
|
|
{ vinzenzNixosModules, ... }:
|
2025-03-15 11:03:03 +01:00
|
|
|
{
|
|
|
|
|
imports = [
|
2025-09-14 13:09:37 +02:00
|
|
|
./configuration.nix
|
|
|
|
|
./hardware.nix
|
|
|
|
|
|
2025-09-14 13:36:45 +02:00
|
|
|
vinzenzNixosModules.podman
|
2025-03-15 11:03:03 +01:00
|
|
|
./forgejo-runner.nix
|
|
|
|
|
];
|
|
|
|
|
}
|