Skip to content
Snippets Groups Projects
system-tests.nix 246 B
Newer Older
# The overall system test suite for PrivateStorageio NixOS configuration.
  private-storage = pkgs.nixosTest ./tests/private-storage.nix;
  spending = pkgs.nixosTest ./tests/spending.nix;
  tahoe = pkgs.nixosTest ./tests/tahoe.nix;