about summary refs log tree commit diff stats
path: root/modules/common/default.nix
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-05-01 13:03:54 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-05-01 13:03:54 +0200
commit4a92597198528ec661b14878dd5575b0f5b9e7be (patch)
tree5a037a3e3734d00377985fafdcc3a6eed809d0be /modules/common/default.nix
parentmodules/backup: Increase restic verbosity (diff)
downloadnixos-config-4a92597198528ec661b14878dd5575b0f5b9e7be.zip
common: Activate the ssh module by-default
Diffstat (limited to '')
-rw-r--r--modules/common/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/common/default.nix b/modules/common/default.nix
index 893ffab5..74198b43 100644
--- a/modules/common/default.nix
+++ b/modules/common/default.nix
@@ -206,6 +206,7 @@
       firefox.enable = true;
       mpv.enable = true;
       steam.enable = true;
+      ssh.enable = true;
       swaylock.enable = true;
       timewarrior.enable = true;
       taskwarrior = {