infra/nix/os/devices/fwhost1/configuration.nix
2023-02-07 18:23:51 +01:00

11 lines
172 B
Nix

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