test
This commit is contained in:
parent
9010b50d8c
commit
a885d2a5e6
1 changed files with 1 additions and 2 deletions
|
@ -17,10 +17,9 @@ boot.initrd.network.ssh = {
|
||||||
};
|
};
|
||||||
|
|
||||||
boot.initrd = {
|
boot.initrd = {
|
||||||
enable = true;
|
|
||||||
systemd.users.root.shell = "/bin/cryptsetup-askpass";
|
systemd.users.root.shell = "/bin/cryptsetup-askpass";
|
||||||
network.enable = true;
|
|
||||||
availableKernelModules = [ "cdc_ncm" ];
|
availableKernelModules = [ "cdc_ncm" ];
|
||||||
|
network.enable = true;
|
||||||
network.ssh = {
|
network.ssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
port = 22;
|
port = 22;
|
||||||
|
|
Loading…
Reference in a new issue