modules/browsers: fix hosts in the browser

This commit is contained in:
Dmitriy Pleshevskiy 2024-10-29 23:47:48 +03:00
parent 2028091bd6
commit 9f82d98603
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2

View file

@ -80,6 +80,8 @@ in
fontconfig = { inherit (config.fonts.fontconfig) defaultFonts; };
};
networking.hosts = config.networking.hosts;
users.users.jan = {
isNormalUser = true;
home = "/home/jan";