From 1785a20430dcc04c47daced25f2bf4e1f0e24d1e Mon Sep 17 00:00:00 2001 From: Gabriel Date: Wed, 21 Sep 2022 00:10:30 +0200 Subject: [PATCH] did stuff --- common.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/common.nix b/common.nix index 48c2e9c..0b39a73 100644 --- a/common.nix +++ b/common.nix @@ -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, ... }: {