mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
enable fan control
This commit is contained in:
parent
4929f33d10
commit
450f53b53d
1 changed files with 5 additions and 1 deletions
|
|
@ -37,9 +37,11 @@
|
|||
trusted-public-keys = ["cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE="];
|
||||
};
|
||||
|
||||
networking.hostName = "wash";
|
||||
hardware.fw-fanctrl.enable = true;
|
||||
|
||||
# Enable networking
|
||||
networking.hostName = "wash";
|
||||
|
||||
networking.networkmanager.enable = true;
|
||||
systemd.services.NetworkManager-wait-online.enable = false;
|
||||
|
||||
|
|
@ -148,6 +150,8 @@
|
|||
pre-commit
|
||||
|
||||
unstable.jujutsu
|
||||
|
||||
nbfc-linux
|
||||
];
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue