matrix: enable spaces beta
This commit is contained in:
parent
611c81d9eb
commit
09059273c2
|
@ -65,6 +65,10 @@ in {
|
|||
resources = [ { names = [ "client" ]; compress = false; } ];
|
||||
}
|
||||
];
|
||||
|
||||
extraConfig = ''
|
||||
experimental_features: { spaces_enabled: true }
|
||||
'';
|
||||
};
|
||||
|
||||
services.nginx = {
|
||||
|
|
Loading…
Reference in a new issue