This commit is contained in:
commit
7d364cdfac
69 changed files with 5268 additions and 0 deletions
31
hosts/rx4/services/default.nix
Normal file
31
hosts/rx4/services/default.nix
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
inputs,
|
||||
outputs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
imports = [
|
||||
inputs.synix.nixosModules.openssh
|
||||
inputs.clients.nixosModules.syncthing
|
||||
|
||||
outputs.nixosModules.tailscale
|
||||
|
||||
./forgejo.nix
|
||||
./miniflux.nix
|
||||
./netdata.nix
|
||||
./nginx.nix
|
||||
./open-webui-oci.nix
|
||||
./print-server.nix
|
||||
./rss-bridge.nix
|
||||
# ./webdav.nix # FIXME
|
||||
|
||||
# ./alditalk-extender.nix # FIXME
|
||||
];
|
||||
|
||||
# bootstrap
|
||||
# services.syncthing.enable = true;
|
||||
# services.syncthing.guiAddress = "0.0.0.0:8384";
|
||||
|
||||
services.transmission.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue