infra/nix/os/devices/fwhost1/configuration.nix

14 lines
175 B
Nix
Raw Normal View History

2022-01-12 04:11:18 +01:00
{ ... }:
{
imports = [
../../profiles/common/configuration.nix
../../modules/opinionatedDisk.nix
./system.nix
./hw.nix
./pkg.nix
./user.nix
];
}