From 85709b2a81841606c59a4868ea57f2e049bfd963 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Thu, 5 Jan 2023 00:46:35 +0100 Subject: [PATCH] Fix files not being directories --- config/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/default.nix b/config/default.nix index 3a161b17..9c1c32fb 100644 --- a/config/default.nix +++ b/config/default.nix @@ -141,10 +141,10 @@ lib.mkMerge [ # never leave openssh in a state that you cannot log in "d /etc 0755 root root -" "d /etc/ssh 0755 root root -" - "d /etc/ssh/ssh_host_ed25519_key 0700 root root -" - "d /etc/ssh/ssh_host_ed25519_key.pub 0744 root root -" - "d /etc/ssh/ssh_host_rsa_key 0700 root root -" - "d /etc/ssh/ssh_host_rsa_key.pub 0744 root root -" + "f /etc/ssh/ssh_host_ed25519_key 0700 root root -" + "f /etc/ssh/ssh_host_ed25519_key.pub 0744 root root -" + "f /etc/ssh/ssh_host_rsa_key 0700 root root -" + "f /etc/ssh/ssh_host_rsa_key.pub 0744 root root -" ]; # Reboot on hang