From 84c3e3f79d9e642b279fc291034d4530d9838729 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Wed, 30 Jan 2019 16:24:32 +0100 Subject: [PATCH] Try --- systems/catullus/config.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/systems/catullus/config.nix b/systems/catullus/config.nix index c587777..0233dca 100644 --- a/systems/catullus/config.nix +++ b/systems/catullus/config.nix @@ -10,7 +10,7 @@ in */ { networking.hostName = "catullus"; - /* + networking.wireless = { enable = true; networks.Aether = { pskRaw = "e1b18af54036c5c9a747fe681c6a694636d60a5f8450f7dec0d76bc93e2ec85a"; }; @@ -19,7 +19,6 @@ in */ { environment.variables.HTOPRC = toString ../../dot/htop.nix; programs.tmux.enable = true; - */ environment.systemPackages = with pkgs; [ git