lol

nixos/public-inbox: set ProtectHome=tmpfs

This fixes using coderepos in /home, by allowing the coderepo paths to
be bind mounted into an otherwise empty /home tmpfs. Since this was
the usecase for making ProtectHome= overrideable, we don't need the
mkDefault any more.

+1 -1
+1 -1
nixos/modules/services/mail/public-inbox.nix
··· 89 89 PrivateNetwork = mkDefault (!needNetwork); 90 90 ProcSubset = "pid"; 91 91 ProtectClock = true; 92 - ProtectHome = mkDefault true; 92 + ProtectHome = "tmpfs"; 93 93 ProtectHostname = true; 94 94 ProtectKernelLogs = true; 95 95 ProtectProc = "invisible";