nix-infra/config/hosts/matrix/mas.nix

7 lines
102 B
Nix
Raw Normal View History

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
matrix-authentication-service
];
}