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 = {
|
ssh = {
|
||||||
host = "localhost";
|
host = "localhost";
|
||||||
username = "root";
|
username = "root";
|
||||||
authentication.password = "password";
|
key-file = null;
|
||||||
};
|
};
|
||||||
nixos-configuration =
|
nixos-configuration =
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
Loading…
Add table
Reference in a new issue