feat: Added services to home
This commit is contained in:
15
home/services/syncthing.nix
Normal file
15
home/services/syncthing.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
pkgs,
|
||||
device,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
openDefaultPorts = true;
|
||||
# user = "${device.user}";
|
||||
# group = "${device.user}";
|
||||
# dataDir = "${config.home.homeDirectory}/Sync";
|
||||
# configDir = "${config.xdg.configHome}/syncthing";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user