diff options
| author | Grisha Shipunov | 2025-01-26 14:16:47 +0100 |
|---|---|---|
| committer | Grisha Shipunov | 2025-01-26 14:16:47 +0100 |
| commit | 09b5328d1ca7ccb291e9717bc8d1689518f92af1 (patch) | |
| tree | 044b3d2ae4f62b2cfbcc93950f55a12cc9f484b1 /modules/dvb-dump-nfs-automount.nix | |
| parent | c9ddbcbc87f8be4510ba5a8acb6cc82058c01f1c (diff) | |
deadnix
Diffstat (limited to 'modules/dvb-dump-nfs-automount.nix')
| -rw-r--r-- | modules/dvb-dump-nfs-automount.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/dvb-dump-nfs-automount.nix b/modules/dvb-dump-nfs-automount.nix index fbc6a8f..313d782 100644 --- a/modules/dvb-dump-nfs-automount.nix +++ b/modules/dvb-dump-nfs-automount.nix @@ -1,4 +1,4 @@ -{ pkgs, lib, ... }: +{ pkgs, ... }: { environment.systemPackages = with pkgs; [ nfs-utils ]; |
