nixos-conf/hosts/forgejo/configuration.nix

13 lines
210 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
2025-07-01 23:59:48 +03:00
../../shared/disko/zfs-impermanence.nix
../../shared/hardware/impermanence.nix
2025-06-05 00:29:40 +03:00
../../shared/hardware/vm.nix
2025-07-01 23:59:48 +03:00
2025-06-05 00:29:40 +03:00
../../servers/forgejo.nix
2025-01-15 00:40:42 +02:00
];
}