22
0
mirror of https://github.com/SuperSandro2000/nixos-modules.git synced 2024-06-14 03:46:57 +02:00
This commit is contained in:
Sandro - 2023-02-01 01:12:39 +01:00
parent e59b245ffa
commit ca7bcda412
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -42,7 +42,7 @@ in
];
};
systemd.tmpfiles.rules = lib.mkf cfgS.fixPermissions [
systemd.tmpfiles.rules = lib.mkIf cfgS.fixPermissions [
"d /etc 0755 root root -"
"d /etc/ssh 0755 root root -"
"f /etc/ssh/ssh_host_ed25519_key 0700 root root -"