mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
feat: init
This commit is contained in:
commit
c19ea940bd
320 changed files with 23845 additions and 0 deletions
31
nixos/modules/services/default.nix
Executable file
31
nixos/modules/services/default.nix
Executable file
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
imports = [
|
||||
# Folders
|
||||
./mastodon
|
||||
# Files
|
||||
./acme.nix
|
||||
./caddy.nix
|
||||
./jellyfin.nix
|
||||
./logrotate.nix
|
||||
./minecraft.nix
|
||||
./ollama.nix
|
||||
./peertube.nix
|
||||
./postgresql.nix
|
||||
./samba.nix
|
||||
./vaultwarden.nix
|
||||
|
||||
# These are all broken.
|
||||
|
||||
# ./forgejo.nix
|
||||
|
||||
# Partial Nginx configs make it nearly impossible to use alongside Caddy. 👇
|
||||
|
||||
# ./castopod.nix
|
||||
|
||||
# The reverse proxy works, but something is cucked.
|
||||
# Maybe the port, or some configuration thing. It's unclear.
|
||||
# Might actually have to wait for the package to get uncucked. 👇
|
||||
|
||||
# ./nextcloud.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue