forked from fabian/nix_config
vps: add syncthing
This commit is contained in:
parent
8c2e1b74ef
commit
4e63a64248
3 changed files with 28 additions and 1 deletions
|
@ -24,7 +24,10 @@ with lib; {
|
|||
};
|
||||
};
|
||||
|
||||
networking.hostName = "vps";
|
||||
networking = {
|
||||
hostName = "vps";
|
||||
domain = "posixlycorrect.com";
|
||||
};
|
||||
|
||||
services.openssh = {
|
||||
settings.PasswordAuthentication = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue