modules/browsers: fix hosts in the browser
This commit is contained in:
parent
2028091bd6
commit
9f82d98603
1 changed files with 2 additions and 0 deletions
|
@ -80,6 +80,8 @@ in
|
||||||
fontconfig = { inherit (config.fonts.fontconfig) defaultFonts; };
|
fontconfig = { inherit (config.fonts.fontconfig) defaultFonts; };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
networking.hosts = config.networking.hosts;
|
||||||
|
|
||||||
users.users.jan = {
|
users.users.jan = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
home = "/home/jan";
|
home = "/home/jan";
|
||||||
|
|
Loading…
Reference in a new issue