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,
|
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" = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue