This website requires JavaScript.
Explore
PVV
Wiki
Tokyo Drift Issues
Help
Sign In
jonmro
/
pvv-nixos-config
forked from
Drift/pvv-nixos-config
Watch
1
Star
0
Fork
You've already forked pvv-nixos-config
0
Code
Pull Requests
Activity
344530e810
pvv-nixos-config
/
services
/
matrix
/
default.nix
13 lines
83 B
Nix
Raw
Normal View
History
Unescape
Escape
initial setup of system and matrix server
2021-10-17 11:00:52 +02:00
{
config
,
.
.
.
}:
{
imports
=
[
./synapse.nix
Add chat.pvv.ntnu.no service for hosted element
2022-01-22 21:42:57 +01:00
./element.nix
initial setup of system and matrix server
2021-10-17 11:00:52 +02:00
]
;
}