infra/nix/os/devices/steveej-t480s-work/configuration.nix

21 lines
309 B
Nix
Raw Normal View History

2018-11-05 00:05:45 +01:00
{ ... }:
{
disabledModules = [
"system/boot/initrd-network.nix"
];
2018-11-05 00:05:45 +01:00
imports = [
../../modules/initrd-network.nix
2018-11-05 00:05:45 +01:00
../../profiles/common/configuration.nix
../../profiles/graphical/configuration.nix
../../modules/encryptedDisk.nix
./system.nix
./hw.nix
./pkg.nix
2018-11-05 00:05:45 +01:00
];
}