infra/nix/os/devices/vmd32387.contaboserver.net/configuration.nix

16 lines
200 B
Nix
Raw Normal View History

2018-11-12 11:26:22 +01:00
{ ... }:
{
disabledModules = [
];
2018-11-12 11:26:22 +01:00
imports = [
../../profiles/common/configuration.nix
../../modules/encryptedDisk.nix
./system.nix
./hw.nix
./pkg.nix
./boot.nix
2018-11-12 11:26:22 +01:00
];
}