Testing
This commit is contained in:
parent
d95ecec133
commit
61c3c9c6b0
2 changed files with 2 additions and 3 deletions
nixos
|
@ -3,8 +3,6 @@
|
|||
# Unlock command:
|
||||
# ssh root@<Local_IP_Address> "Password"
|
||||
|
||||
imports = [ ] ++ lib.optional (builtins.isString wireless) ./ssh-luks-wifi.nix;
|
||||
|
||||
boot.initrd = {
|
||||
enable = true;
|
||||
systemd.users.root.shell = "/bin/systemd-tty-ask-password-agent";
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
../../common/modules/udev-rules.nix
|
||||
../../common/modules/builder.nix
|
||||
../../common/services/fwupd.nix
|
||||
../../common/modules/ssh-luks.nix { wireless = true; }
|
||||
../../common/modules/ssh-luks.nix
|
||||
../../common/modules/ssh-luks-wifi.nix
|
||||
../../common/services/docker.nix
|
||||
../../common/services/tailscale-autoconnect.nix
|
||||
../../common/services/forgejo-runner.nix
|
||||
|
|
Loading…
Add table
Reference in a new issue