fixing a bunch of little issues

This commit is contained in:
Chris Cochrun 2024-01-07 05:48:52 -06:00
parent 062417719b
commit 8c274f8e6a
5 changed files with 29 additions and 10 deletions

View file

@ -139,7 +139,7 @@ with lib;
services.avahi = {
enable = true;
nssmdns = true;
nssmdns4 = true;
};
# Enable sound.
@ -201,6 +201,20 @@ with lib;
services.usbmuxd.enable = true;
services.fstrim.enable = true;
# services.pantalaimon-headless = {
# instances = {
# tfc = {
# homeserver = "https://matrix.tfcconnection.org";
# # listenAddress = "localhost";
# listenPort = 8008;
# ssl = true;
# # extraSettings = {
# # IgnoreVerification = true;
# # }
# };
# };
# };
#######################
# VIRTUALIZATION
#######################