mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 18:09:06 +02:00
Fixed kernel version to 5.10 to avoid problems and updated zfs
This commit is contained in:
parent
1849156fd6
commit
08bde4af31
3 changed files with 3 additions and 12 deletions
|
@ -15,16 +15,7 @@ let
|
|||
|
||||
|
||||
customizeZfs = zfs:
|
||||
(zfs.override { enableMail = true; }).overrideAttrs (oldAttrs: {
|
||||
patches = oldAttrs.patches ++
|
||||
[
|
||||
(pkgs.fetchpatch {
|
||||
name = "notify-on-unavail-events.patch";
|
||||
url = "https://github.com/openzfs/zfs/commit/f74604f2f0d76ee55b59f7ed332409fb128ec7e5.patch";
|
||||
sha256 = "1v25ydkxxx704j0gdxzrxvw07gfhi7865grcm8b0zgz9kq0w8i8i";
|
||||
})
|
||||
];
|
||||
});
|
||||
(zfs.override { enableMail = true; });
|
||||
|
||||
hostName = cfg.name;
|
||||
sendEmailEvent = { event }: ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue