From 49f444897b1d53e7a0408449773f66f830532a61 Mon Sep 17 00:00:00 2001 From: Ivan Petkov Date: Sat, 4 Nov 2023 16:37:57 -0700 Subject: syncoid: disable PrivateUsers in systemd unit * leaving PrivateUsers=true appears to break when using zfs-2.2.0 --- nixos/modules/services/backup/syncoid.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/services') diff --git a/nixos/modules/services/backup/syncoid.nix b/nixos/modules/services/backup/syncoid.nix index 0f375455e7ed..1a1df38617b5 100644 --- a/nixos/modules/services/backup/syncoid.nix +++ b/nixos/modules/services/backup/syncoid.nix @@ -369,7 +369,7 @@ in PrivateDevices = true; PrivateMounts = true; PrivateNetwork = mkDefault false; - PrivateUsers = true; + PrivateUsers = false; # Enabling this breaks on zfs-2.2.0 ProtectClock = true; ProtectControlGroups = true; ProtectHome = true; -- cgit v1.2.3