Disable matrix

This commit is contained in:
Andrea Ciceri 2024-03-14 19:07:27 +01:00
parent 1b9d2feb66
commit 0b30018b1b
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -1,7 +1,7 @@
{
fleetModules,
pkgs,
lib,
config,
...
}: {
imports =
@ -24,7 +24,7 @@
"restic"
"syncthing"
"minio"
"matrix"
# "matrix"
"forgejo"
]
++ [
@ -73,8 +73,8 @@
];
boot.kernelParams = [
"console=ttyS0,1500000"
"console=tty1"
"console=ttyS0,1500000"
];
# fileSystems."/mnt/film" = {