summaryrefslogtreecommitdiff
path: root/sif.nix
diff options
context:
space:
mode:
Diffstat (limited to 'sif.nix')
-rw-r--r--sif.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/sif.nix b/sif.nix
index 63d63e8b..f7c6b2e3 100644
--- a/sif.nix
+++ b/sif.nix
@@ -67,6 +67,7 @@
67 67
68 openssh = { 68 openssh = {
69 enable = true; 69 enable = true;
70 knownHosts = import ./knownHosts.nix;
70 }; 71 };
71 72
72 atd = { 73 atd = {