From 1baa256be04a8b4e711a7d48a76197b5ffad6637 Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Sat, 19 Jul 2025 12:27:04 +0000 Subject: retire toaster --- hosts/toaster/zfs.nix | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 hosts/toaster/zfs.nix (limited to 'hosts/toaster/zfs.nix') diff --git a/hosts/toaster/zfs.nix b/hosts/toaster/zfs.nix deleted file mode 100644 index 1970bbf..0000000 --- a/hosts/toaster/zfs.nix +++ /dev/null @@ -1,25 +0,0 @@ -{ - pkgs, - ... -}: -{ - services.fstrim.enable = true; - services.zfs = { - autoSnapshot.enable = true; - trim.enable = true; - autoScrub = { - enable = true; - pools = [ "zpool" ]; - }; - }; - 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; - }; -} -- cgit v1.3.1