summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index 47475c16..05d5818c 100644
--- a/hel.nix
+++ b/hel.nix
@@ -159,6 +159,7 @@
159 159
160 openssh = { 160 openssh = {
161 enable = true; 161 enable = true;
162 knownHosts = import ./knownHosts.nix;
162 }; 163 };
163 164
164 atd = { 165 atd = {