nix-conf/systems/omoikane/hardware.nix

20 lines
440 B
Nix
Raw Normal View History

2024-07-02 13:34:55 +02:00
# Do not modify this file! It was generated by nixos-generate-config
# and may be overwritten by future invocations. Please make changes
# to /etc/nixos/configuration.nix instead.
2024-07-10 23:02:54 +02:00
{
config,
lib,
modulesPath,
...
}:
2024-07-02 13:34:55 +02:00
{
2024-11-24 00:27:23 +01:00
fileSystems."/home/jopejoe1/Public/games" = {
device = "/dev/sda";
fsType = "bcachefs";
options = [ "compression=zstd" ];
};
2024-07-02 13:34:55 +02:00
powerManagement.cpuFreqGovernor = lib.mkDefault "ondemand";
}