testing
This commit is contained in:
parent
99c0f0a4b5
commit
1cc27ea375
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
# Unlock command:
|
||||
# ssh root@<Local_IP_Address> "Password"
|
||||
|
||||
imports = [ ] + lib.optional (builtins.isString wireless) ./ssh-luks-wifi.nix;
|
||||
imports = [ ] ++ lib.optional (builtins.isString wireless) ./ssh-luks-wifi.nix;
|
||||
|
||||
boot.initrd = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue