This commit is contained in:
Sridhar Ratnakumar 2022-03-10 10:19:13 -05:00
parent d7fb5f126f
commit f29176c190
2 changed files with 6 additions and 0 deletions

1
flake.lock generated
View file

@ -152,6 +152,7 @@
"flake-utils": "flake-utils_5",
"heist": "heist",
"nixpkgs": [
"emanote",
"ema",
"nixpkgs"
],

View file

@ -109,6 +109,11 @@
services.openssh.permitRootLogin = "prohibit-password";
services.openssh.enable = true;
services.syncthing = {
enable = true;
user = "srid";
dataDir = "/home/srid/priv/syncthing";
};
# Define a user account. Don't forget to set a password with passwd.
users.users.srid = {