diff --git a/machines/modules/malobeo/users.nix b/machines/modules/malobeo/users.nix index 8017a51..b159c5c 100644 --- a/machines/modules/malobeo/users.nix +++ b/machines/modules/malobeo/users.nix @@ -68,7 +68,7 @@ in users = [ "backup" ]; commands = [ { - command = "${pkgs.zfs-user}/bin/zfs"; + command = "${pkgs.zfs}/bin/zfs"; options = [ "NOPASSWD" ]; } ]; @@ -94,4 +94,4 @@ in ]; } ]; -} \ No newline at end of file +}