about summary refs log tree commit diff
path: root/nix/configuration.nix
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2022-04-08 11:06:59 +0900
committerNguyễn Gia Phong <mcsinyx@disroot.org>2022-04-08 11:06:59 +0900
commit959e1ef417451b878a56cc46fffb53bc7ded1a58 (patch)
tree3fb3524e5e40bbfcd705cca57167850f7cc9230b /nix/configuration.nix
parent931b1872b2f54334e3a35b05c591492cf998847d (diff)
downloaddotfiles-959e1ef417451b878a56cc46fffb53bc7ded1a58.tar.gz
Snapshot for lab install
Diffstat (limited to 'nix/configuration.nix')
-rw-r--r--nix/configuration.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/nix/configuration.nix b/nix/configuration.nix
index f81fccb..33b4ace 100644
--- a/nix/configuration.nix
+++ b/nix/configuration.nix
@@ -31,8 +31,6 @@
     nameservers = [ "9.9.9.11" "149.112.112.11" ];
     extraHosts = ''
       0.0.0.0 9gag.com
-      0.0.0.0 old.reddit.com
-      0.0.0.0 soap2day.md
     '';
     networkmanager.enable = true;
 
@@ -86,10 +84,6 @@
       alsa.enable = true;
       pulse.enable = true;
       # jack.enable = true;
-
-      # Use the example session manager (no others are packaged yet so this is
-      # enabled by default, no need to redefine it in your config for now)
-      # media-session.enable = true;
     };
 
     printing = {