This commit is contained in:
albert 2025-02-17 21:06:28 -08:00
parent d95ecec133
commit 61c3c9c6b0
Signed by: albert
GPG key ID: 3895DD267CA11BA9
2 changed files with 2 additions and 3 deletions
nixos
common/modules
hosts/framework-server

View file

@ -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";

View file

@ -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