Add ssh luks unlock to all luks enabled machines
Some checks failed
build-linode-img / build-linode-img (push) Failing after 28s
Some checks failed
build-linode-img / build-linode-img (push) Failing after 28s
This commit is contained in:
parent
9ab3120124
commit
ee7448e107
2 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
imports = [
|
||||
./disks.nix
|
||||
../../common/modules/secureboot.nix
|
||||
../../common/modules/ssh-luks.nix
|
||||
];
|
||||
# steam, nvidia-x11, etc
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
./disks.nix
|
||||
../../common/modules/secureboot.nix
|
||||
../../common/modules/udev-rules.nix
|
||||
../../common/modules/ssh-luks.nix
|
||||
../../common/services/powertop.nix
|
||||
../../common/services/fwupd.nix
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue