did stuff

This commit is contained in:
Schrottkatze 2022-09-21 00:10:30 +02:00
parent 5d6e10e53e
commit 1785a20430

View file

@ -26,9 +26,12 @@ with builtins;
networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
networking.networkmanager.wifi.backend = "iwd";
networking.extraHosts = ''
127.0.0.1 www.tiktok.com
127.0.0.1 www.youtube.com
127.0.0.1 www.reddit.com
127.0.0.1 tiktok.com
127.0.0.1 youtube.com
127.0.0.1 reddit.com
127.0.0.1 twitter.com
127.0.0.1 instagram.com
127.0.0.1 facebook.com
'';
home-manager.users.jade = { nixosConfig, pkgs, ... }: {