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

nixos/servnerr-3: add sqlite package

This commit is contained in:
Matt Layher 2022-04-07 08:28:46 -04:00
parent c2ebb93a3e
commit f41c2c8e5d

View file

@ -47,7 +47,13 @@ in {
# Packages specific to this machine. The base package set is defined in
# lib/system.nix.
environment.systemPackages = with pkgs; [ flac mkvtoolnix-cli zfs zrepl ];
environment.systemPackages = with pkgs; [
flac
mkvtoolnix-cli
sqlite
zfs
zrepl
];
services = {
apcupsd.enable = true;