summaryrefslogtreecommitdiff
path: root/nix_archive/hosts/palm
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2026-02-28 14:49:37 -0500
committerAndrew Opalach <andrew@akon.city> 2026-02-28 14:49:37 -0500
commitef40a5119a77280863c21ba67397818514714ccc (patch)
tree8fbfa43e86f2594875bb7e415fee2ac0ecf35cda /nix_archive/hosts/palm
parent61c027738785e0585202b7b3a828e05344510f66 (diff)
downloaddotfiles-ef40a5119a77280863c21ba67397818514714ccc.tar.gz
dotfiles-ef40a5119a77280863c21ba67397818514714ccc.tar.bz2
dotfiles-ef40a5119a77280863c21ba67397818514714ccc.zip
Random stuff since last check in
Diffstat (limited to 'nix_archive/hosts/palm')
-rw-r--r--nix_archive/hosts/palm/configuration.nix8
-rw-r--r--nix_archive/hosts/palm/programs.nix6
2 files changed, 6 insertions, 8 deletions
diff --git a/nix_archive/hosts/palm/configuration.nix b/nix_archive/hosts/palm/configuration.nix
index 4619df3..c91ef72 100644
--- a/nix_archive/hosts/palm/configuration.nix
+++ b/nix_archive/hosts/palm/configuration.nix
@@ -106,7 +106,7 @@ in {
CPU_MIN_PERF_ON_AC = 0;
CPU_MAX_PERF_ON_AC = 100;
CPU_MIN_PERF_ON_BAT = 0;
- CPU_MAX_PERF_ON_BAT = 30;
+ CPU_MAX_PERF_ON_BAT = 45;
START_CHARGE_THRESH_BAT0 = 40;
STOP_CHARGE_THRESH_BAT0 = 85;
@@ -134,11 +134,9 @@ in {
allowedTCPPorts = [];
};
extraHosts = ''
- 192.168.1.192 iroha
- 192.168.1.206 moyo
- 192.168.1.207 denpa
+ 192.168.1.153 iroha
+ 192.168.1.158 moyo
66.135.26.42 rod
- 173.62.191.72 boomerang
'';
};
users.users.andrew.extraGroups = [ "networkmanager" ];
diff --git a/nix_archive/hosts/palm/programs.nix b/nix_archive/hosts/palm/programs.nix
index cd996a4..40c3af1 100644
--- a/nix_archive/hosts/palm/programs.nix
+++ b/nix_archive/hosts/palm/programs.nix
@@ -7,9 +7,9 @@
(asNeeded "imv" ["imv"])
(asNeeded "mpv" ["mpv"])
(asNeeded "steam-run" ["steam-run"])
- camu
- camu-devshell
- mauri
+# camu
+# camu-devshell
+# mauri
];
local.scripts.imports = [
"battery"