checking some stuff
This commit is contained in:
parent
5c1af20894
commit
a9aaa9bfcf
4 changed files with 23 additions and 1 deletions
11
modules/fedi/default.nix
Normal file
11
modules/fedi/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ lib, config, ... }: let
|
||||
inherit (lib) mkIf;
|
||||
inherit (config) conf;
|
||||
in mkIf conf.fedi.enable {
|
||||
services.akkoma = {
|
||||
enable = true;
|
||||
nginx = {
|
||||
onlySSL = true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue