mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
removed password auth from desktop
This commit is contained in:
parent
bae44e132e
commit
2be7ed502c
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@
|
|||
startWhenNeeded = false;
|
||||
settings = {
|
||||
X11Forwarding = false;
|
||||
PasswordAuthentication = true;
|
||||
PasswordAuthentication = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue