nixos-config

NixOS configs for my systems
Log | Files | Refs

commit 15c573086c0d55573dc789f29b3634fe2726c148
parent 9eb97f01c9f007a76df59f07457adb3480f9e432
Author: vin <vin@vineetk.net>
Date:   Tue, 14 Jan 2025 21:19:26 -0500

add acpi and acpilight packages

Diffstat:
Mhome.nix | 2++
Mhosts/lappy/default.nix | 2+-
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/home.nix b/home.nix @@ -9,6 +9,8 @@ in { stateVersion = "24.05"; packages = with pkgs; [ + acpi + acpilight age age-plugin-yubikey amdgpu_top diff --git a/hosts/lappy/default.nix b/hosts/lappy/default.nix @@ -190,8 +190,8 @@ enable = true; settings = { server = [ - "9.9.9.9" "/vpn/10.0.13.1" + "9.9.9.9" ]; interface = "lo";