Move syncthing config to home manager

This commit is contained in:
Julian Mutter 2024-06-17 22:15:05 +02:00
parent cec09d6e0f
commit 8f5e73e7f6
3 changed files with 3 additions and 7 deletions

View File

@ -98,6 +98,8 @@
./packages.nix
];
services.syncthing.enable = true;
services.gammastep = {
enable = true;
latitude = 47.92;

View File

@ -108,10 +108,7 @@ in
monitor = ",preferred,auto,auto";
# Autostart
exec-once = [
# "nm-applet"
"firefox"
];
exec-once = [ "firefox" ];
# Look and Feel
general = {

View File

@ -216,9 +216,6 @@
# Enable the OpenSSH daemon.
services.openssh.enable = false;
services.syncthing.enable = true;
services.syncthing.user = "julian";
services.syncthing.group = "julian";
#services.syncthing.key = config.sops.secrets."aspi/syncthing/key".path;
#services.syncthing.cert = config.sops.secrets."aspi/syncthing/cert".path;
# overrideDevices = true; # overrides any devices added or deleted through the WebUI