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