From dbf138ec8c9af6b66cd571f663a8362967604d23 Mon Sep 17 00:00:00 2001 From: makefu Date: Tue, 25 May 2021 09:51:36 +0200 Subject: ma hw/x13: allow fan control --- makefu/1systems/x/x13/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'makefu/1systems') diff --git a/makefu/1systems/x/x13/default.nix b/makefu/1systems/x/x13/default.nix index ac601845..f0d663ee 100644 --- a/makefu/1systems/x/x13/default.nix +++ b/makefu/1systems/x/x13/default.nix @@ -32,5 +32,9 @@ users.groups.video = {}; users.users.makefu.extraGroups = [ "video" ]; + + boot.extraModprobeConfig = '' + options thinkpad_acpi fan_control=1 + ''; } -- cgit v1.2.3 From 43654edcc3e30e62de559d8d66484b0aba79e18c Mon Sep 17 00:00:00 2001 From: makefu Date: Sat, 29 May 2021 10:08:21 +0200 Subject: ma x: re-enable vbox --- makefu/1systems/x/config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefu/1systems') diff --git a/makefu/1systems/x/config.nix b/makefu/1systems/x/config.nix index 80655f99..fee4145b 100644 --- a/makefu/1systems/x/config.nix +++ b/makefu/1systems/x/config.nix @@ -130,7 +130,7 @@ # Virtualization # - # + #{ # networking.firewall.allowedTCPPorts = [ 8080 ]; # networking.nat = { -- cgit v1.2.3