This commit is contained in:
Osman Faruk Bayram 2024-11-26 20:25:15 +03:00
parent eb46b13aae
commit 1fca6eba46

View file

@ -42,6 +42,12 @@
networking.networkmanager.enable = true;
networking.extraHosts =
''
0.0.0.0 youtube.com
::0 youtube.com
'';
# Enable the X11 windowing system.
# You can disable this if you're only using the Wayland session.
services.xserver.enable = true;