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:
|
# Unlock command:
|
||||||
# ssh root@<Local_IP_Address> "Password"
|
# ssh root@<Local_IP_Address> "Password"
|
||||||
|
|
||||||
imports = [ ] ++ lib.optional (builtins.isString wireless) ./ssh-luks-wifi.nix;
|
|
||||||
|
|
||||||
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";
|
||||||
|
|
|
@ -6,7 +6,8 @@
|
||||||
../../common/modules/udev-rules.nix
|
../../common/modules/udev-rules.nix
|
||||||
../../common/modules/builder.nix
|
../../common/modules/builder.nix
|
||||||
../../common/services/fwupd.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/docker.nix
|
||||||
../../common/services/tailscale-autoconnect.nix
|
../../common/services/tailscale-autoconnect.nix
|
||||||
../../common/services/forgejo-runner.nix
|
../../common/services/forgejo-runner.nix
|
||||||
|
|
Loading…
Add table
Reference in a new issue