better syncthing setup
This commit is contained in:
parent
9f9a4d0377
commit
2c7f498d42
8 changed files with 56 additions and 35 deletions
|
|
@ -21,7 +21,6 @@
|
|||
inputs.lanzaboote.nixosModules.lanzaboote
|
||||
./disko.nix
|
||||
./hardware-configuration.nix
|
||||
./syncthing.nix
|
||||
];
|
||||
|
||||
# https://github.com/NixOS/nixos-hardware/issues/1603
|
||||
|
|
|
|||
|
|
@ -1,8 +0,0 @@
|
|||
{ ... }:
|
||||
{
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
user = "hd";
|
||||
configDir = "/home/hd/.config/syncthing";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue