mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 15:04:59 +08:00
syn
This commit is contained in:
parent
d7fb5f126f
commit
f29176c190
2 changed files with 6 additions and 0 deletions
1
flake.lock
generated
1
flake.lock
generated
|
|
@ -152,6 +152,7 @@
|
|||
"flake-utils": "flake-utils_5",
|
||||
"heist": "heist",
|
||||
"nixpkgs": [
|
||||
"emanote",
|
||||
"ema",
|
||||
"nixpkgs"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue