Update ssh luks
This commit is contained in:
parent
7de6df4aef
commit
e5ee3b48ae
1 changed files with 4 additions and 1 deletions
|
@ -8,7 +8,10 @@
|
||||||
boot.initrd = {
|
boot.initrd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
systemd.users.root.shell = "/bin/systemd-tty-ask-password-agent";
|
systemd.users.root.shell = "/bin/systemd-tty-ask-password-agent";
|
||||||
availableKernelModules = [ "cdc_ncm" ];
|
availableKernelModules = [
|
||||||
|
"cdc_ncm" # frameworks
|
||||||
|
"e1000e" # nuc-server
|
||||||
|
];
|
||||||
network.enable = true;
|
network.enable = true;
|
||||||
network.ssh = {
|
network.ssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue