modules/browsers: add hosts to browsers container
This commit is contained in:
parent
b6ac86a1e5
commit
0d8747b39d
1 changed files with 2 additions and 0 deletions
|
@ -91,6 +91,8 @@ in
|
|||
config = { pkgs, ... }: {
|
||||
system.stateVersion = "23.11";
|
||||
|
||||
networking.hosts = config.networking.hosts;
|
||||
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
settings.PasswordAuthentication = true;
|
||||
|
|
Loading…
Reference in a new issue