forked from Fediversity/Fediversity
simplify auth to not accept password
This commit is contained in:
parent
b6e6f993ec
commit
c60d12e3e8
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ let
|
|||
ssh = {
|
||||
host = "localhost";
|
||||
username = "root";
|
||||
authentication.password = "password";
|
||||
key-file = null;
|
||||
};
|
||||
nixos-configuration =
|
||||
{ pkgs, ... }:
|
||||
|
|
Loading…
Add table
Reference in a new issue