This commit is contained in:
2025-12-06 18:03:39 +00:00
parent c2291f7557
commit 8a356de708
6 changed files with 16 additions and 21 deletions

View File

@@ -9,7 +9,7 @@
services.syncthing.settings.folders = {
"Projects/Personal" = {
path = "/Users/${user}/Projects/Personal";
devices = ["jason" "jason"];
devices = ["tahani" "jason"];
};
};

View File

@@ -35,7 +35,7 @@
services.openssh = {
enable = true;
settings = {
PermitRootLogin = "yes";
PermitRootLogin = "prohibit-password";
PasswordAuthentication = false;
};
};