diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2026-06-22 14:21:34 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2026-06-22 14:21:34 -0600 |
| commit | e4d3006e78db17499878dfea83c4616b3a403590 (patch) | |
| tree | 5757a5120a9afcaae44fcfe212a59ea947731abd /machines/zenbook/default.nix | |
| parent | dc6dd30a5a39f7ad57158d2393afa9f84fd96814 (diff) | |
upgrade to 26.05
Diffstat (limited to 'machines/zenbook/default.nix')
| -rw-r--r-- | machines/zenbook/default.nix | 6 |
1 files changed, 4 insertions, 2 deletions
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; |
