Rewritten and moved portable module Updated background Disabled garnix substitutor Small changes to greetd
7 lines
145 B
Nix
7 lines
145 B
Nix
{config, ...}: {
|
|
services.openssh = {
|
|
enable = true;
|
|
openFirewall = !config.niksos.portable.enable;
|
|
settings.UseDns = true;
|
|
};
|
|
}
|