From 4781a6f0e862b88979b2d08fbbb1b235733e650c Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Thu, 29 Feb 2024 21:47:46 -0500 Subject: [PATCH] added missing trailing ; --- hosts/rustboro/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/rustboro/default.nix b/hosts/rustboro/default.nix index 1292e772..9a43f2e0 100644 --- a/hosts/rustboro/default.nix +++ b/hosts/rustboro/default.nix @@ -61,7 +61,7 @@ # wget ]; - powerManagement.cpuFreqGovernor = "ondemand" + powerManagement.cpuFreqGovernor = "ondemand"; # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions