# Module arguments which our system can use to refer to its own configuration { config, lib, pkgs, ... }: { imports = [ ]; options = { }; config = { }; }