Move syncthing config to home manager
This commit is contained in:
parent
cec09d6e0f
commit
8f5e73e7f6
@ -98,6 +98,8 @@
|
|||||||
./packages.nix
|
./packages.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
services.syncthing.enable = true;
|
||||||
|
|
||||||
services.gammastep = {
|
services.gammastep = {
|
||||||
enable = true;
|
enable = true;
|
||||||
latitude = 47.92;
|
latitude = 47.92;
|
||||||
|
@ -108,10 +108,7 @@ in
|
|||||||
monitor = ",preferred,auto,auto";
|
monitor = ",preferred,auto,auto";
|
||||||
|
|
||||||
# Autostart
|
# Autostart
|
||||||
exec-once = [
|
exec-once = [ "firefox" ];
|
||||||
# "nm-applet"
|
|
||||||
"firefox"
|
|
||||||
];
|
|
||||||
|
|
||||||
# Look and Feel
|
# Look and Feel
|
||||||
general = {
|
general = {
|
||||||
|
@ -216,9 +216,6 @@
|
|||||||
# Enable the OpenSSH daemon.
|
# Enable the OpenSSH daemon.
|
||||||
services.openssh.enable = false;
|
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.key = config.sops.secrets."aspi/syncthing/key".path;
|
||||||
#services.syncthing.cert = config.sops.secrets."aspi/syncthing/cert".path;
|
#services.syncthing.cert = config.sops.secrets."aspi/syncthing/cert".path;
|
||||||
# overrideDevices = true; # overrides any devices added or deleted through the WebUI
|
# overrideDevices = true; # overrides any devices added or deleted through the WebUI
|
||||||
|
Loading…
x
Reference in New Issue
Block a user