infra/nix/os/devices/vmd32387.contaboserver.net/configuration.nix
Stefan Junker 4ca173efd4 nix: use upstream gitlab-runner module
This migrates to the upstream gitlab-runner module and allows removing
the custom one \o/
2020-10-18 22:08:55 +02:00

15 lines
200 B
Nix

{ ... }:
{
disabledModules = [
];
imports = [
../../profiles/common/configuration.nix
../../modules/encryptedDisk.nix
./system.nix
./hw.nix
./pkg.nix
./boot.nix
];
}