modules/browsers: move all browsers to the container #19

Merged
pleshevskiy merged 5 commits from browser-container into main 2024-08-28 01:34:36 +03:00
Showing only changes of commit 0d8747b39d - Show all commits

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;