infra/nix/os/devices/CFB4ED74/configuration.nix

12 lines
158 B
Nix

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