From 0e741291f1ea350c398302e4b212a28f5c77840a Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Thu, 18 Apr 2024 19:28:29 -0700 Subject: Add root to home manager --- home/root/common/core/ssh.nix | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 home/root/common/core/ssh.nix (limited to 'home/root/common/core/ssh.nix') diff --git a/home/root/common/core/ssh.nix b/home/root/common/core/ssh.nix new file mode 100644 index 0000000..929cc51 --- /dev/null +++ b/home/root/common/core/ssh.nix @@ -0,0 +1,5 @@ +{ + programs.ssh = { + enable = true; + }; +} -- cgit v1.2.3