Skip to content

Commit

Permalink
syncthing--
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Dec 13, 2024
1 parent fe5b16a commit cd05ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configurations/nixos/vixen/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ in
services.openssh.enable = true;
services.tailscale.enable = true;
# services.fprintd.enable = true; -- bad UX
services.syncthing = { enable = true; user = "srid"; dataDir = "/home/srid/Documents"; };

programs.nix-ld.enable = true; # for vscode server
programs.steam.enable = true;

environment.systemPackages = with pkgs; [
google-chrome
Expand Down

0 comments on commit cd05ffa

Please sign in to comment.