summaryrefslogtreecommitdiffstats
path: root/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--configuration.nix14
1 files changed, 8 insertions, 6 deletions
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 = [ ... ];