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:
parent
c2ebb93a3e
commit
f41c2c8e5d
1 changed files with 7 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue