Seafile minimal config working, now modularise and configure.

This commit is contained in:
Jurn Wubben 2025-03-30 11:25:45 +00:00
parent c3bc0cc509
commit 104a592b11
4 changed files with 48 additions and 1 deletions

View file

@ -29,6 +29,7 @@
inputs = {
# Nixpkgs and other core shit
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small"; # build error unrelated to config.
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.11-small"; # build error unrelated to config.
flake-parts.url = "github:hercules-ci/flake-parts";
hm = {