From 9e5d5bd874850df8090c6b43a09bd6fab74e537c Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Sat, 5 Aug 2023 20:48:58 +0200 Subject: retire toaster and remove dead code --- hosts/toaster/zfs.nix | 19 ------------------- 1 file changed, 19 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 f4bdeea..0000000 --- a/hosts/toaster/zfs.nix +++ /dev/null @@ -1,19 +0,0 @@ -{ pkgs, ... }: { - services.fstrim.enable = true; - services.zfs = { - autoSnapshot.enable = true; - trim.enable = true; - autoScrub = { - enable = true; - pools = [ "toasterpool" ]; - }; - }; - networking.hostId = "dca22577"; - boot = { - kernelPackages = pkgs.zfs.latestCompatibleLinuxPackages; - supportedFilesystems = [ "zfs" ]; - kernelParams = [ "nohibernate" ]; - plymouth.enable = false; - tmp.useTmpfs = true; - }; -} -- cgit v1.3.1