Hotfix for syncthing until secrets can be handled

main
Álex Santiago 3 months ago
parent b1abbcfb3f
commit be64efc5f1

@ -128,7 +128,7 @@
nix.settings.experimental-features = [ "nix-command" "flakes" ]; nix.settings.experimental-features = [ "nix-command" "flakes" ];
# System packages # System packages
environment.systemPackages = with pkgs; []; environment.systemPackages = with pkgs; [ syncthing ];
# OpenSSH daemon # OpenSSH daemon
services.openssh.enable = true; services.openssh.enable = true;
@ -136,9 +136,6 @@
#Tailscale #Tailscale
services.tailscale.enable = true; services.tailscale.enable = true;
# Syncthing
services.syncthing.enable = true;
# Android Containers # Android Containers
virtualisation.waydroid.enable = true; virtualisation.waydroid.enable = true;

@ -43,7 +43,6 @@
smartgithg smartgithg
spice-gtk spice-gtk
steam steam
syncthing
syncthingtray syncthingtray
tailscale tailscale
tailscale-systray tailscale-systray

Loading…
Cancel
Save