Move syncthing config to home manager
This commit is contained in:
parent
cec09d6e0f
commit
8f5e73e7f6
@ -98,6 +98,8 @@
|
||||
./packages.nix
|
||||
];
|
||||
|
||||
services.syncthing.enable = true;
|
||||
|
||||
services.gammastep = {
|
||||
enable = true;
|
||||
latitude = 47.92;
|
||||
|
@ -108,10 +108,7 @@ in
|
||||
monitor = ",preferred,auto,auto";
|
||||
|
||||
# Autostart
|
||||
exec-once = [
|
||||
# "nm-applet"
|
||||
"firefox"
|
||||
];
|
||||
exec-once = [ "firefox" ];
|
||||
|
||||
# Look and Feel
|
||||
general = {
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user