summaryrefslogtreecommitdiff
path: root/modules/profiles
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2024-07-29 00:37:54 +0300
committerAzat Bahawi <azat@bahawi.net>2024-07-29 00:37:54 +0300
commitf746ce6790615c38dc6873f884ec009701cb22b1 (patch)
tree1f87faafd025712088f3a2c6a8cde212ef051f9f /modules/profiles
parent73bc9d591057a9ae98705a4f4e3b85ed77d132ea (diff)
2024-07-29
Diffstat (limited to 'modules/profiles')
-rw-r--r--modules/profiles/dev/default.nix6
-rw-r--r--modules/profiles/headful.nix6
2 files changed, 12 insertions, 0 deletions
diff --git a/modules/profiles/dev/default.nix b/modules/profiles/dev/default.nix
index 3ee2ff5..61de848 100644
--- a/modules/profiles/dev/default.nix
+++ b/modules/profiles/dev/default.nix
@@ -62,6 +62,7 @@ in
htmlq
httpie
hydra-check
+ iaito
jq
logcli
nix-update
@@ -89,6 +90,11 @@ in
package = pkgs.wireshark;
};
+ nix.settings = {
+ keep-derivations = true;
+ keep-outputs = true;
+ };
+
my.extraGroups = [
"kvm"
"wireshark"
diff --git a/modules/profiles/headful.nix b/modules/profiles/headful.nix
index 7d6d00f..39f4e98 100644
--- a/modules/profiles/headful.nix
+++ b/modules/profiles/headful.nix
@@ -98,6 +98,12 @@ in
hardware.graphics.enable = true;
+ nix = {
+ daemonCPUSchedPolicy = "idle";
+ daemonIOSchedClass = "idle";
+ daemonIOSchedPriority = 7;
+ };
+
programs = {
dconf.enable = true;
iftop.enable = true;