mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2024-11-05 23:26:23 +01:00
did stuff
This commit is contained in:
parent
5d6e10e53e
commit
1785a20430
|
@ -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, ... }: {
|
||||
|
|
Loading…
Reference in a new issue