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"; }