Reorganised nix code

Added firefox extension

Ports now not opened by default on portable devices.
This commit is contained in:
Jurn Wubben 2025-05-08 08:48:37 +02:00
parent 243536ef43
commit 2bb3e9d699
8 changed files with 36 additions and 26 deletions

View file

@ -1,6 +1,7 @@
{
{config, ...}: {
services.openssh = {
enable = true;
openFirewall = !config.niksos.portable;
settings.UseDns = true;
};
}