This commit is contained in:
RingOfStorms (Joshua Bell) 2025-11-06 17:19:29 -06:00
parent 5694d66e1b
commit 5f89df58b7
2 changed files with 12 additions and 3 deletions

View file

@ -49,7 +49,12 @@
secrets.nixosModules.default
ros_neovim.nixosModules.default
({ ... }: { ringofstorms-nvim.includeAllRuntimeDependencies = true; })
(
{ ... }:
{
ringofstorms-nvim.includeAllRuntimeDependencies = true;
}
)
flatpaks.nixosModules.default
common.nixosModules.essentials
@ -151,6 +156,10 @@
"org.blender.Blender"
"com.rustdesk.RustDesk"
];
networking.firewall.allowedTCPPorts = [
8080
];
}
)
];