infra/nixos/profiles/removable-medium/configuration.nix

12 lines
130 B
Nix

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