redeploy jarvis

auto-flake-update
Yorick van Pelt 2021-01-03 16:43:55 +01:00
parent 8791018fae
commit 4322929fa3
Signed by: yorick
GPG Key ID: A36E70F9DC014A15
2 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,7 @@ let
in {
options.services.tor.service-keys = mkOption {
default = {};
type = with types; loaOf str;
type = with types; attrsOf str;
};
config = mkIf (service-keys != {}) {

View File

@ -27,4 +27,6 @@
nix.maxJobs = lib.mkDefault 4;
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
# high-resolution display
hardware.video.hidpi.enable = lib.mkDefault true;
}