commit 83137ba3f3250fdc66072f39ae4de4487d0f3b75 Author: KeksNino <1+keksnino@noreply.localhost> Date: Wed Jul 22 19:37:33 2026 +0200 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3cb44c3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# ---> Nix +# Ignore build outputs from performing a nix-build or `nix build` command +result +result-* + +# Ignore automatically generated direnv output +.direnv + diff --git a/README.md b/README.md new file mode 100644 index 0000000..4088d81 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# music-server + +nixos config for my music homeserver \ No newline at end of file