From ec5d6b476e59c5ae9845bf4c8e4b0b11e90c4a7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Wed, 30 Jan 2019 16:17:00 +0100 Subject: [PATCH] Try --- systems/catullus/config.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/systems/catullus/config.nix b/systems/catullus/config.nix index 98ec438..e179560 100644 --- a/systems/catullus/config.nix +++ b/systems/catullus/config.nix @@ -19,6 +19,8 @@ in */ { environment.variables.HTOPRC = toString ../../dot/htop.nix; programs.tmux.enable = true; + */ + environment.systemPackages = with pkgs; [ git htop @@ -30,7 +32,6 @@ in */ { }; }) ]; - */ services.openssh.enable = true;