From 0fe0dc4e0cba334f31ec798bde8e41bd981330df Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Wed, 7 Feb 2024 18:34:02 -0700 Subject: ssh on zenbook --- machines/zenbook/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/machines/zenbook/configuration.nix b/machines/zenbook/configuration.nix index 50754dd..dc336e9 100644 --- a/machines/zenbook/configuration.nix +++ b/machines/zenbook/configuration.nix @@ -90,6 +90,9 @@ }; }; + # enable the OpenSSH daemon + services.openssh.enable = true; + # Copy the NixOS configuration file and link it from the resulting system # (/run/current-system/configuration.nix). This is useful in case you # accidentally delete configuration.nix. -- cgit v1.2.3