{ flake.nixosModules = { common = { imports = [ ./common.nix ]; }; }; }