summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorGrisha Shipunov2025-12-14 16:09:38 +0100
committerGrisha Shipunov2025-12-23 10:31:58 +0100
commit596e38ad7a9f10bfbbb03e79e166271d9e0c44ac (patch)
treefc693ad9724c0ad85f5e1c736d935560d001cd82 /hosts
parent5e606b62c0a6f27227e8d3a4adc3d9c9a8a20d1e (diff)
update zfs kernel
Diffstat (limited to 'hosts')
-rw-r--r--hosts/minime/zfs.nix4
-rw-r--r--hosts/toaster/zfs.nix4
2 files changed, 0 insertions, 8 deletions
diff --git a/hosts/minime/zfs.nix b/hosts/minime/zfs.nix
index bcc27bb..5c779c6 100644
--- a/hosts/minime/zfs.nix
+++ b/hosts/minime/zfs.nix
@@ -16,10 +16,6 @@
};
networking.hostId = "41ba28ff";
boot = {
- kernelPackages = pkgs.linuxKernel.packages.linux_6_12;
- zfs.package = pkgs.zfs_2_3;
- supportedFilesystems = [ "zfs" ];
- kernelParams = [ "nohibernate" ];
plymouth.enable = false;
tmp.useTmpfs = true;
};
diff --git a/hosts/toaster/zfs.nix b/hosts/toaster/zfs.nix
index 1970bbf..03f0ed7 100644
--- a/hosts/toaster/zfs.nix
+++ b/hosts/toaster/zfs.nix
@@ -14,10 +14,6 @@
};
networking.hostId = "dca22577";
boot = {
- kernelPackages = pkgs.linuxKernel.packages.linux_6_12;
- zfs.package = pkgs.zfs_2_3;
- supportedFilesystems = [ "zfs" ];
- kernelParams = [ "nohibernate" ];
plymouth.enable = false;
tmp.useTmpfs = false;
tmp.cleanOnBoot = true;