I should commit more frequently 🫣
This commit is contained in:
parent
d7e82621c8
commit
f1483e45f0
70 changed files with 2344 additions and 599 deletions
13
hmModules/pantalaimon/default.nix
Normal file
13
hmModules/pantalaimon/default.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
services.pantalaimon = {
|
||||
enable = true;
|
||||
settings = {
|
||||
local-matrix = {
|
||||
Homeserver = "https://nixos.dev";
|
||||
ListenAddress = "127.0.0.1";
|
||||
ListenPort = 8008;
|
||||
};
|
||||
};
|
||||
};
|
||||
systemd.user.services.pantalaimon.Unit.Requires = ["dbus.socket"];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue