summaryrefslogtreecommitdiffstats
path: root/configuration.nix
diff options
context:
space:
mode:
authorSkullheadx <admonty1@protonmail.com>2026-05-16 17:25:34 -0400
committerSkullheadx <admonty1@protonmail.com>2026-05-16 17:25:34 -0400
commitc0d3c15c28108a9d6a139f046b01abfe2a0a0251 (patch)
tree7f50b22b39f00ff4ca69c3a2ce6dfbb3cff781ab /configuration.nix
parentnvf neovim (diff)
downloadnixos-c0d3c15c28108a9d6a139f046b01abfe2a0a0251.tar.gz
nixos-c0d3c15c28108a9d6a139f046b01abfe2a0a0251.tar.bz2
nixos-c0d3c15c28108a9d6a139f046b01abfe2a0a0251.zip
format
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 = [ ... ];