Add lnav to data-share module

This commit is contained in:
Andreas Zweili 2022-05-16 17:55:10 +02:00
parent 9a74814e71
commit 6bf48f68d2
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
{ ... }:
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
lnav
];
fileSystems."/mnt/data" = {
device = "10.7.89.108:server_data";
fsType = "nfs";