summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-07-05 20:22:34 +0200
committerSoispha <soispha@vhack.eu>2023-07-05 20:29:30 +0200
commit4fdf20b2703e112183092740fdd79f1f8179a1e0 (patch)
tree8d428f7f4005c2132aa5a3b3f5a102f974e0b65d
parentFeat(system/services/nix-sync): Split unit into a timer and unit (diff)
downloadnixos-server-4fdf20b2703e112183092740fdd79f1f8179a1e0.tar.gz
nixos-server-4fdf20b2703e112183092740fdd79f1f8179a1e0.zip
Fix(system/fs_layout/impermanence): Make sshd dir 755
-rw-r--r--system/file_system_layouts/impermanence.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/file_system_layouts/impermanence.nix b/system/file_system_layouts/impermanence.nix
index 69af468..23254e4 100644
--- a/system/file_system_layouts/impermanence.nix
+++ b/system/file_system_layouts/impermanence.nix
@@ -17,7 +17,7 @@
           directory = "/var/lib/sshd";
           user = "root";
           group = "root";
-          mode = "0700";
+          mode = "0755";
         }
       ];
       files = [