nix/os/devices/steveej-t480s-work: attempt to enable pre-boot SSH

This commit is contained in:
steveej 2018-11-12 20:20:36 +01:00
parent 69034f287c
commit 4e01df65e0
4 changed files with 158 additions and 1 deletions

View file

@ -1,7 +1,14 @@
{ ... }:
{
disabledModules = [
"system/boot/initrd-network.nix"
];
imports = [
../../modules/initrd-network.nix
../../profiles/common/configuration.nix
../../profiles/graphical/configuration.nix
../../modules/encryptedDisk.nix