From d525078e6a5c7656c0be2bea8f62f90b2c026df8 Mon Sep 17 00:00:00 2001 From: Sanjay Chacku Purakal <48321566+twoneis@users.noreply.github.com> Date: Sun, 13 Oct 2024 13:48:16 +0000 Subject: [PATCH] ext4 --- devices/inkvine/default.nix | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/devices/inkvine/default.nix b/devices/inkvine/default.nix index a221252..01f4f16 100644 --- a/devices/inkvine/default.nix +++ b/devices/inkvine/default.nix @@ -34,30 +34,13 @@ in { }; "/" = { device = "/dev/disk/by-uuid/${disks.root}"; - fsType = "btrfs"; - options = [ "subvol=root" "compress=zstd" "noatime" ]; - }; - "/nix" = { - device = "/dev/disk/by-uuid/${disks.root}"; - fsType = "btrfs"; - options = [ "subvol=nix" "compress=zstd" "noatime" ]; - neededForBoot = true; - }; - "/swap" = { - device = "/dev/disk/by-uuid/${disks.root}"; - fsType = "btrfs"; - options = [ "subvol=swap" "noatime" ]; + fsType = "ext4"; }; }; - swapDevices = [ { device = "/swap/swapfile"; } ]; services = { - fwupd.enable = true; + fwupd.enable = true; power-profiles-daemon.enable = true; - btrfs.autoScrub = { - enable = true; - fileSystems = [ "/" ]; - }; }; hardware = {