infra/nix/os/devices/fwhost2/configuration.nix

14 lines
175 B
Nix
Raw Normal View History

2022-01-09 21:50:55 +01:00
{ ... }:
{
imports = [
../../profiles/common/configuration.nix
../../modules/opinionatedDisk.nix
./system.nix
./hw.nix
./pkg.nix
./user.nix
];
}