add fancontrol and nom

This commit is contained in:
Tyler Mayoff 2025-10-25 20:45:10 -04:00
parent 450f53b53d
commit c6d3ec3b72
3 changed files with 10 additions and 1 deletions

View file

@ -1,4 +1,5 @@
{
inputs,
outputs,
pkgs,
...
@ -16,6 +17,8 @@
# ../../modules/nixos/android-studio.nix
# ../../modules/nixos/docker.nix
../../modules/nixos/podman.nix
inputs.fw-fanctrl.nixosModules.default
];
nixpkgs = {
@ -37,7 +40,7 @@
trusted-public-keys = ["cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE="];
};
hardware.fw-fanctrl.enable = true;
programs.fw-fanctrl.enable = true;
# Enable networking
networking.hostName = "wash";