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:
parent
f945bc0253
commit
1e031e2cbe
|
@ -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" ];
|
||||||
|
|
Loading…
Reference in a new issue