Big changes

This commit is contained in:
FredzyW 2024-09-12 16:45:16 +02:00
parent 6b6e29b05b
commit 6c47269d8f
9 changed files with 187 additions and 50 deletions

View file

@ -23,7 +23,20 @@
services.xserver.dpi = 140;
services = {
openssh = {
enable = true;
ports = [55504];
settings = {
PermitRootLogin = "no";
PasswordAuthentication = false;
X11Forwarding = true;
};
extraConfig = ''
AllowUsers fw
'';
};
syncthing = {
enable = true;
user = "fw";