From 164204149c458378a0f9126f629c043e7cb7c3f2 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 20 Dec 2022 20:51:48 +0100 Subject: bump --- hosts/vidhar/default.nix | 3 +++ hosts/vidhar/network/default.nix | 6 ++++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'hosts/vidhar') diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix index 5c23dea2..7f780d9a 100644 --- a/hosts/vidhar/default.nix +++ b/hosts/vidhar/default.nix @@ -101,6 +101,9 @@ with lib; options = "--delete-older-than 30d"; }; }; + systemd.services."nix-daemon".serviceConfig = { + CPUQuota = "1200%"; + }; powerManagement = { enable = true; diff --git a/hosts/vidhar/network/default.nix b/hosts/vidhar/network/default.nix index 0cf17c0a..ddc5d78d 100644 --- a/hosts/vidhar/network/default.nix +++ b/hosts/vidhar/network/default.nix @@ -1,4 +1,6 @@ -{ pkgs, ... }: +{ pkgs, lib, ... }: + +with lib; { imports = [ ./dsl.nix ./bifrost ./dhcp ]; @@ -57,7 +59,7 @@ services.resolved.enable = false; - systemd.services."systemd-networkd-wait-online".enable = false; + systemd.services."systemd-networkd-wait-online".enable = mkForce false; environment.etc."dnssec-trust-anchors.d/root.positive".source = "${pkgs.dns-root-data}/root.ds"; -- cgit v1.2.3