{ self, inputs, ... }: { flake.nixosConfigurations.fio = inputs.nixpkgs.lib.nixosSystem { modules = [ self.nixosModules.fioConfiguration ]; }; }