init
This commit is contained in:
commit
d4bea4c7c5
12 changed files with 328 additions and 0 deletions
13
services/default.nix
Normal file
13
services/default.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{...}: {
|
||||
imports = [
|
||||
./caddy.nix
|
||||
./tor.nix
|
||||
./site.nix
|
||||
./nextcloud.nix
|
||||
./forgejo.nix
|
||||
./akkoma.nix
|
||||
#./matrix.nix
|
||||
./prosody.nix
|
||||
./lldap.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue