[users] fix typo
All checks were successful
Check flake syntax / flake-check (push) Successful in 4m13s
All checks were successful
Check flake syntax / flake-check (push) Successful in 4m13s
This commit is contained in:
@@ -68,7 +68,7 @@ in
|
|||||||
users = [ "backup" ];
|
users = [ "backup" ];
|
||||||
commands = [
|
commands = [
|
||||||
{
|
{
|
||||||
command = "${pkgs.zfs-user}/bin/zfs";
|
command = "${pkgs.zfs}/bin/zfs";
|
||||||
options = [ "NOPASSWD" ];
|
options = [ "NOPASSWD" ];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
@@ -94,4 +94,4 @@ in
|
|||||||
];
|
];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user