Update ankaa

This commit is contained in:
2024-10-16 22:31:37 -05:00
parent 120bdea6ca
commit ff27ee7d7a
6 changed files with 19 additions and 15 deletions

View File

@@ -114,6 +114,7 @@
networking = {
wireguard.enable = true;
firewall.allowedTCPPorts = [ 8080 ];
};
};
}
@@ -189,7 +190,7 @@
pkgs = import nixpkgs {
inherit system;
overlays = with overlays; [ printrun ];
overlays = with overlays; [ printrun llama-cpp ];
config.allowUnfree = true;
};