{ pkgs, config, lib, inputs, ... }: { # services show up in glance in reverse import order lmao imports = [ ./nfs ./smb ./zfs ./copyparty ]; }