From 2a16b65f317e25cc59b515f850e4a493b8f6ea77 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Sun, 24 Nov 2024 00:27:23 +0100 Subject: [PATCH] un comment games --- systems/omoikane/hardware.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/systems/omoikane/hardware.nix b/systems/omoikane/hardware.nix index e132ce1..539489f 100644 --- a/systems/omoikane/hardware.nix +++ b/systems/omoikane/hardware.nix @@ -9,11 +9,11 @@ }: { - # fileSystems."/home/jopejoe1/Public/games" = { - # device = "/dev/sda"; - # fsType = "bcachefs"; - # options = [ "compression=zstd" ]; - # }; + fileSystems."/home/jopejoe1/Public/games" = { + device = "/dev/sda"; + fsType = "bcachefs"; + options = [ "compression=zstd" ]; + }; powerManagement.cpuFreqGovernor = lib.mkDefault "ondemand"; }