nix/os/devices/steveej-t480s-work: attempt to enable pre-boot SSH
This commit is contained in:
parent
69034f287c
commit
4e01df65e0
4 changed files with 158 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue