update, adding sillytavern, early remote unlock not working

This commit is contained in:
2026-05-10 20:56:52 -05:00
parent 989e547169
commit 95407aa420
5 changed files with 45 additions and 24 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ flake.nixosModules.lily-desktop = { pkgs, ... }:{
# Enable the OpenSSH daemon.
services.openssh.enable = true;
networking.firewall.allowedTCPPorts = [ 22 ];
networking.firewall.allowedTCPPorts = [ 22 80 ];
# networking.firewall.allowedUDPPorts = [ ... ];
# Copy the NixOS configuration file and link it from the resulting system