nixos-conf/hosts/forgejo/configuration.nix

9 lines
121 B
Nix
Raw Normal View History

2025-01-15 00:40:42 +02:00
{ ... }:
{
imports = [
2025-06-05 00:29:40 +03:00
../../shared/base.nix
../../shared/hardware/vm.nix
../../servers/forgejo.nix
2025-01-15 00:40:42 +02:00
];
}