# SPDX-License-Identifier: Apache-2.0 # Copyright (c) 2024 Matter Labs { lib , pkgs , system , ... }: lib.teepot.nixosGenerate { inherit (lib) nixosSystem; inherit system pkgs; modules = [ ./configuration.nix ./google.nix ]; formatModule = ./verity.nix; }