infra/nix/os/devices/srv0.home-ch.stefanjunker.de/configuration.nix

16 lines
202 B
Nix
Raw Normal View History

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