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" ];
# System packages
environment.systemPackages = with pkgs; [];
environment.systemPackages = with pkgs; [ syncthing ];
# OpenSSH daemon
services.openssh.enable = true;
@ -136,9 +136,6 @@
#Tailscale
services.tailscale.enable = true;
# Syncthing
services.syncthing.enable = true;
# Android Containers
virtualisation.waydroid.enable = true;

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

Loading…
Cancel
Save