25 lines
391 B
Nix
25 lines
391 B
Nix
#
|
|
# Services
|
|
#
|
|
# flake.nix
|
|
# ├─ ./hosts
|
|
# │ └─ home.nix
|
|
# └─ ./modules
|
|
# └─ ./services
|
|
# └─ default.nix *
|
|
# └─ ...
|
|
#
|
|
|
|
[
|
|
./postgresql.nix
|
|
./gitea.nix
|
|
./microvm.nix
|
|
./nextcloud.nix
|
|
./matrix.nix
|
|
./coturn.nix
|
|
./ollama.nix
|
|
]
|
|
|
|
# picom, polybar and sxhkd are pulled from desktop module
|
|
# redshift temporarely disables
|