Inital nix-serve setup

This commit is contained in:
Nathan McCarty 2025-04-16 19:44:36 -04:00
parent 29c18b8a2c
commit e93bf793a7

View file

@ -0,0 +1,9 @@
{ config,
lib,
pkgs,
...
}: {
services.nix-serve = {
enable = true;
};
}