Standardize formatting of imports, options, config
This commit is contained in:
parent
297b57bbaa
commit
fc47b1a9ab
4 changed files with 7 additions and 7 deletions
|
@ -1,10 +1,10 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
options.system.socialserver.enable = lib.mkEnableOption "Enable social media like services";
|
||||
|
||||
imports = [
|
||||
./mastodon
|
||||
./matrix
|
||||
./owncast
|
||||
];
|
||||
|
||||
options.system.socialserver.enable = lib.mkEnableOption "Enable social media like services";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue