simplify auth to not accept password

This commit is contained in:
Kiara Grouwstra 2025-08-25 19:40:48 +02:00
parent b6e6f993ec
commit c60d12e3e8
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -32,7 +32,7 @@ let
ssh = { ssh = {
host = "localhost"; host = "localhost";
username = "root"; username = "root";
authentication.password = "password"; key-file = null;
}; };
nixos-configuration = nixos-configuration =
{ pkgs, ... }: { pkgs, ... }: