From c0d3c15c28108a9d6a139f046b01abfe2a0a0251 Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Sat, 16 May 2026 17:25:34 -0400 Subject: format --- configuration.nix | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index 5e130fd..6ea890e 100644 --- a/configuration.nix +++ b/configuration.nix @@ -94,12 +94,11 @@ # programs here, NOT in environment.systemPackages ]; - environment.sessionVariables = { - BROWSER = "surf"; - SFEED_PLUMBER = "$BROWSER"; - SFEED_URL_FILE = "$HOME/.local/share/sfeed/sfeed_read_url_file"; - }; - + environment.sessionVariables = { + BROWSER = "surf"; + SFEED_PLUMBER = "$BROWSER"; + SFEED_URL_FILE = "$HOME/.local/share/sfeed/sfeed_read_url_file"; + }; # Some programs need SUID wrappers, can be configured further or are # started in user sessions. @@ -111,6 +110,9 @@ # Services services.openssh.enable = true; + services.rsync = { + enable = true; + }; # Open ports in the firewall. # networking.firewall.allowedTCPPorts = [ ... ]; -- cgit v1.3.1