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:
parent
5f76fec487
commit
8445b23086
1 changed files with 1 additions and 8 deletions
|
@ -4,13 +4,6 @@ let
|
||||||
secrets = import ./secrets.nix;
|
secrets = import ./secrets.nix;
|
||||||
unstable = import <nixos-unstable-small> { };
|
unstable = import <nixos-unstable-small> { };
|
||||||
|
|
||||||
comma = (import (pkgs.fetchFromGitHub {
|
|
||||||
owner = "nix-community";
|
|
||||||
repo = "comma";
|
|
||||||
rev = "v1.3.0";
|
|
||||||
sha256 = "sha256-rXAX14yB8v9BOG4ZsdGEedpZAnNqhQ4DtjQwzFX/TLY=";
|
|
||||||
})).default;
|
|
||||||
|
|
||||||
in {
|
in {
|
||||||
boot = {
|
boot = {
|
||||||
# Explicitly enable drivetemp for SATA drive temperature reporting in hwmon.
|
# Explicitly enable drivetemp for SATA drive temperature reporting in hwmon.
|
||||||
|
@ -65,6 +58,7 @@ in {
|
||||||
minicom
|
minicom
|
||||||
mkpasswd
|
mkpasswd
|
||||||
mtr
|
mtr
|
||||||
|
nano
|
||||||
ndisc6
|
ndisc6
|
||||||
neofetch
|
neofetch
|
||||||
nixfmt
|
nixfmt
|
||||||
|
@ -85,7 +79,6 @@ in {
|
||||||
unzip
|
unzip
|
||||||
usbutils
|
usbutils
|
||||||
wget
|
wget
|
||||||
wireguard-tools
|
|
||||||
xterm
|
xterm
|
||||||
|
|
||||||
# Unstable packages.
|
# Unstable packages.
|
||||||
|
|
Loading…
Reference in a new issue