fix(sgx): simplify argument list in fileserver.nix

Removed unused arguments (pkgs, lib, config) from the fileserver.nix file to streamline the function signature. This enhances code readability and eliminates redundant parameters.
This commit is contained in:
Harald Hoyer 2025-04-15 09:20:44 +02:00
parent f945bc0253
commit 1e031e2cbe

View file

@ -1,7 +1,4 @@
{ pkgs { ...
, lib
, config
, ...
}: }:
{ {
systemd.services.netatalk.requires = [ "mnt-backup.mount" "mnt-raid.mount" ]; systemd.services.netatalk.requires = [ "mnt-backup.mount" "mnt-raid.mount" ];