[users] fix typo
All checks were successful
Check flake syntax / flake-check (push) Successful in 4m13s

This commit is contained in:
2025-03-16 10:24:17 +01:00
parent 91d86c49a1
commit 70ec63f213

View File

@@ -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
];
}
];
}
}