modules/browsers: add hosts to browsers container

This commit is contained in:
Dmitriy Pleshevskiy 2024-08-28 00:00:55 +03:00
parent b6ac86a1e5
commit 0d8747b39d
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2

View file

@ -91,6 +91,8 @@ in
config = { pkgs, ... }: {
system.stateVersion = "23.11";
networking.hosts = config.networking.hosts;
services.openssh = {
enable = true;
settings.PasswordAuthentication = true;