l skynet: force networking.wireless off

This commit is contained in:
lassulus 2017-07-29 02:20:37 +02:00
parent 426022f656
commit 98ab822ac4

View File

@ -11,7 +11,7 @@ with import <stockholm/lib>;
<stockholm/lass/2configs/fetchWallpaper.nix>
<stockholm/lass/2configs/backups.nix>
{
# locke config
# discordius config
services.xserver.enable = true;
users.users.discordius = {
uid = genid "discordius";
@ -25,6 +25,7 @@ with import <stockholm/lib>;
useDefaultShell = true;
};
networking.networkmanager.enable = true;
networking.wireless.enable = mkForce false;
hardware.pulseaudio = {
enable = true;
systemWide = true;