1778493373

This commit is contained in:
2026-05-11 12:56:13 +03:00
parent 9788dfa926
commit ab109ccd7f
2 changed files with 6 additions and 3 deletions
+4 -1
View File
@@ -24,6 +24,9 @@ in {
];
systemd.services = {
nix-daemon.serviceConfig.RestrictNamespaces = lib.mkForce [];
sshd.serviceConfig.ProtectHome = lib.mkForce "no";
sshd.serviceConfig = {
ReadWritePaths = ["/storage" "/etc/nixos"];
ProtectHome = lib.mkForce "no";
};
};
}