1
0
Fork 0
mirror of https://github.com/mdlayher/homelab.git synced 2024-12-14 11:47:32 +00:00

nixos/lib: package updates

This commit is contained in:
Matt Layher 2023-12-15 11:06:52 -05:00
parent 5f76fec487
commit 8445b23086

View file

@ -4,13 +4,6 @@ let
secrets = import ./secrets.nix;
unstable = import <nixos-unstable-small> { };
comma = (import (pkgs.fetchFromGitHub {
owner = "nix-community";
repo = "comma";
rev = "v1.3.0";
sha256 = "sha256-rXAX14yB8v9BOG4ZsdGEedpZAnNqhQ4DtjQwzFX/TLY=";
})).default;
in {
boot = {
# Explicitly enable drivetemp for SATA drive temperature reporting in hwmon.
@ -65,6 +58,7 @@ in {
minicom
mkpasswd
mtr
nano
ndisc6
neofetch
nixfmt
@ -85,7 +79,6 @@ in {
unzip
usbutils
wget
wireguard-tools
xterm
# Unstable packages.