From 70ec63f21384831f0be3854c8fc3dedef99b7a4a Mon Sep 17 00:00:00 2001 From: kalipso Date: Sun, 16 Mar 2025 10:24:17 +0100 Subject: [PATCH] [users] fix typo --- machines/modules/malobeo/users.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}