added raspi sd card image.

This commit is contained in:
Gabe Venberg 2024-07-30 15:25:53 -05:00
parent d3a7b90d6d
commit 3153a2314d
7 changed files with 120 additions and 12 deletions

View file

@ -38,4 +38,6 @@ in {
proxyPass = "http://localhost:${toString srv.HTTP_PORT}";
};
};
imports = [./nginx.nix];
}

View file

@ -24,4 +24,6 @@
proxyPass = "http://localhost:5232";
};
};
imports = [./nginx.nix];
}