mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00: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 = {
|
lgcl = {
|
||||||
email = "dev@lgcl.de";
|
email = "dev@lgcl.de";
|
||||||
name = "Leon Vack";
|
name = "Leonie Marcy Vack";
|
||||||
github = "LogicalOverflow";
|
github = "LogicalOverflow";
|
||||||
githubId = 5919957;
|
githubId = 5919957;
|
||||||
};
|
};
|
||||||
|
|
|
@ -474,7 +474,7 @@ in
|
||||||
after = [ "zfs.target" ];
|
after = [ "zfs.target" ];
|
||||||
|
|
||||||
path = with pkgs; [
|
path = with pkgs; [
|
||||||
zfs
|
config.boot.zfs.package
|
||||||
mbuffer
|
mbuffer
|
||||||
openssh
|
openssh
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue