From 68ac29b68b64c878927347eeaee6bc49cbe6d447 Mon Sep 17 00:00:00 2001 From: servius Date: Thu, 12 Mar 2026 16:35:16 +0530 Subject: [PATCH] feat: Make /var a partition --- nixos/ryu/ryu.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/nixos/ryu/ryu.nix b/nixos/ryu/ryu.nix index 688c1ec5..dcaf4f23 100644 --- a/nixos/ryu/ryu.nix +++ b/nixos/ryu/ryu.nix @@ -130,11 +130,10 @@ options = ["nofail"]; }; - # fileSystems."/volumes/windows-games" = { - # device = "/dev/disk/by-partuuid/56359fb7-7d33-44d2-bebd-b0c53daeeb73"; - # fsType = "ntfs3"; - # options = ["nofail"]; - # }; + fileSystems."/var" = { + device = "/dev/disk/by-uuid/ff874913-dc21-43f3-82f8-cdf45dd888f7"; + fsType = "ext4"; + }; swapDevices = [ {