initial commit
This commit is contained in:
commit
c094b5770c
113 changed files with 6879 additions and 0 deletions
13
modules/nixos/default.nix
Normal file
13
modules/nixos/default.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
anything-llm-oci = import ./anything-llm-oci;
|
||||
appimage = import ./appimage;
|
||||
common = import ./common;
|
||||
docker = import ./docker;
|
||||
docs = import ./docs;
|
||||
forgejo-runner = import ./forgejo-runner;
|
||||
monero = import ./monero;
|
||||
nh = import ./nh;
|
||||
syncthing = import ./syncthing;
|
||||
tailscale = import ./tailscale;
|
||||
wine = import ./wine;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue