mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 17:16:35 +01:00
actully enable matrix
This commit is contained in:
parent
e1292777af
commit
2c8852e429
2 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,7 @@
|
|||
self.inputs.srvos.nixosModules.mixins-nginx
|
||||
self.inputs.snm.nixosModules.mailserver
|
||||
./mail.nix
|
||||
./matrix.nix
|
||||
];
|
||||
|
||||
jopejoe1 = {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{config, ...}:
|
||||
{ config, pkgs, ...}:
|
||||
|
||||
let
|
||||
fqdn = "matrix.missing.ninja";
|
||||
|
|
Loading…
Reference in a new issue