fixing a bunch of little issues
This commit is contained in:
parent
062417719b
commit
8c274f8e6a
5 changed files with 29 additions and 10 deletions
|
@ -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
|
||||
#######################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue