From 7815ef2a22e3ae684852f1f28cedae6354263034 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 8 Jul 2023 13:53:11 +0200 Subject: Fix(treewide): Move all persistent dirs to impermanence to set permissions --- system/impermanence/mods/openssh.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 system/impermanence/mods/openssh.nix (limited to 'system/impermanence/mods/openssh.nix') diff --git a/system/impermanence/mods/openssh.nix b/system/impermanence/mods/openssh.nix new file mode 100644 index 0000000..656f96e --- /dev/null +++ b/system/impermanence/mods/openssh.nix @@ -0,0 +1,10 @@ +{...}: { + environment.persistence."/srv".directories = [ + { + directory = "/var/lib/sshd"; + user = "root"; + group = "root"; + mode = "0755"; + } + ]; +} -- cgit 1.4.1