config

NixOS config
Log | Files | Refs | README | LICENSE

commit 205aeec19dd7dca03cd27d5d91017831ad0fabff (tree)
parent 372e65aebf8d794085abf0f39e72a7770deb5d3d
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Wed, 20 Sep 2023 21:28:15 +0300

install iw and acpi; remove random latex

Diffstat:
Mhosts/fwminex/configuration.nix | 6+-----
Mmodules/profiles/desktop/default.nix | 2++
2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix @@ -75,6 +75,7 @@ in { services = { sshguard.enable = false; + node_exporter = { enable = true; extraSubnets = [myData.subnets.vno1.cidr]; @@ -154,11 +155,6 @@ in { }; }; - environment.systemPackages = with pkgs; [ - iw - texlive.combined.scheme-medium - ]; - networking = { hostId = "3a54afcd"; hostName = "fwminex"; diff --git a/modules/profiles/desktop/default.nix b/modules/profiles/desktop/default.nix @@ -61,7 +61,9 @@ networking.networkmanager.enable = true; environment.systemPackages = with pkgs; [ + iw vlc + acpi gimp qgis josm