mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 18:08:25 +00:00
Document flake dev setup
This commit is contained in:
@ -27,6 +27,13 @@ in {
|
||||
port-forward.dev-webmail = 8080;
|
||||
port-forward.dev-solr = 8983;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
jq
|
||||
htop
|
||||
iotop
|
||||
coreutils
|
||||
];
|
||||
|
||||
networking = {
|
||||
hostName = "docspell-test-vm";
|
||||
firewall.allowedTCPPorts = [7880];
|
||||
|
Reference in New Issue
Block a user