summaryrefslogtreecommitdiff
path: root/machines
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2026-06-22 14:21:34 -0600
committerDevin Finlinson <devin.finlinson@pm.me>2026-06-22 14:21:34 -0600
commite4d3006e78db17499878dfea83c4616b3a403590 (patch)
tree5757a5120a9afcaae44fcfe212a59ea947731abd /machines
parentdc6dd30a5a39f7ad57158d2393afa9f84fd96814 (diff)
upgrade to 26.05
Diffstat (limited to 'machines')
-rw-r--r--machines/khad/default.nix3
-rw-r--r--machines/zenbook/default.nix6
2 files changed, 6 insertions, 3 deletions
diff --git a/machines/khad/default.nix b/machines/khad/default.nix
index 3f88856..8d74e32 100644
--- a/machines/khad/default.nix
+++ b/machines/khad/default.nix
@@ -139,13 +139,14 @@
enable = true;
package = pkgs.wireshark;
};
- light.enable = true;
+ # light.enable = true;
mtr.enable = true;
gnupg.agent = {
enable = true;
enableSSHSupport = true;
};
};
+ hardware.acpilight.enable = true;
# List services that you want to enable:
diff --git a/machines/zenbook/default.nix b/machines/zenbook/default.nix
index de7309c..7925a19 100644
--- a/machines/zenbook/default.nix
+++ b/machines/zenbook/default.nix
@@ -74,6 +74,7 @@
environment.shellInit = ''export NIXPATH="/nix/var/nix/profiles/per-user/$USER/channels:nixos-config=/etc/nixos/machines/zenbook/configuration.nix"'';
environment.systemPackages = with pkgs; [
acpi # for battery utils
+ android-tools
# ciscoPacketTracer8
];
@@ -135,14 +136,15 @@
enable = true;
# package = pkgs.wireshark;
};
- light.enable = true;
+ # light.enable = true;
mtr.enable = true;
gnupg.agent = {
enable = true;
enableSSHSupport = true;
};
- adb.enable = true;
+ # adb.enable = true;
};
+ hardware.acpilight.enable = true;
# enable the OpenSSH daemon
services.openssh.enable = true;