infra/nix/os/profiles/removable-medium/configuration.nix
2022-11-03 20:46:14 +01:00

12 lines
131 B
Nix

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