Disable matrix
This commit is contained in:
parent
1b9d2feb66
commit
0b30018b1b
1 changed files with 3 additions and 3 deletions
|
@ -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" = {
|
||||
|
|
Loading…
Add table
Reference in a new issue