mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
znapzend: use system's zfs package (#395479)
This commit is contained in:
commit
c45ef5ee28
2 changed files with 2 additions and 2 deletions
|
@ -13560,7 +13560,7 @@
|
|||
};
|
||||
lgcl = {
|
||||
email = "dev@lgcl.de";
|
||||
name = "Leon Vack";
|
||||
name = "Leonie Marcy Vack";
|
||||
github = "LogicalOverflow";
|
||||
githubId = 5919957;
|
||||
};
|
||||
|
|
|
@ -474,7 +474,7 @@ in
|
|||
after = [ "zfs.target" ];
|
||||
|
||||
path = with pkgs; [
|
||||
zfs
|
||||
config.boot.zfs.package
|
||||
mbuffer
|
||||
openssh
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue