summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-05-16 13:56:58 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-05-16 13:56:58 +0200
commit194a35da5a57c0fd7fdaa8a80e70e55a2d2bbfae (patch)
tree4a4d3d2713d36523b637290cef6ea40af925e136 /hel.nix
parent7667a18f822afde64d216c8554f2307d7278f6f8 (diff)
downloadnixos-194a35da5a57c0fd7fdaa8a80e70e55a2d2bbfae.tar
nixos-194a35da5a57c0fd7fdaa8a80e70e55a2d2bbfae.tar.gz
nixos-194a35da5a57c0fd7fdaa8a80e70e55a2d2bbfae.tar.bz2
nixos-194a35da5a57c0fd7fdaa8a80e70e55a2d2bbfae.tar.xz
nixos-194a35da5a57c0fd7fdaa8a80e70e55a2d2bbfae.zip
networkmanager
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix13
1 files changed, 7 insertions, 6 deletions
diff --git a/hel.nix b/hel.nix
index 8c2286b2..068a8b7f 100644
--- a/hel.nix
+++ b/hel.nix
@@ -32,6 +32,10 @@
32 allowedTCPPorts = [ 22 # ssh 32 allowedTCPPorts = [ 22 # ssh
33 ]; 33 ];
34 }; 34 };
35
36 networkmanager = {
37 enable = true;
38 };
35 }; 39 };
36 40
37 powerManagement.enable = true; 41 powerManagement.enable = true;
@@ -140,6 +144,9 @@
140 media = { 144 media = {
141 members = [ "gkleen" "uucp" ]; 145 members = [ "gkleen" "uucp" ];
142 }; 146 };
147 networkmanager = {
148 members = [ "gkleen" ];
149 };
143 }; 150 };
144 }; 151 };
145 152
@@ -167,11 +174,5 @@
167 }; 174 };
168 175
169 environment.etc."X11/xorg.conf.d/50-wacom.conf".source = lib.mkForce ./hel/wacom.conf; 176 environment.etc."X11/xorg.conf.d/50-wacom.conf".source = lib.mkForce ./hel/wacom.conf;
170
171 environment.wvdial = {
172 dialerDefaults = ''
173 Init1 = AT+CGDCONT=1,"IP","internet.t-mobile"
174 '';
175 };
176} 177}
177 178