citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

commit e039627bed2c3f3b656ca4331ebf2b3accf4a3f1
parent 0698e8a91eb7ef6b19a1101ef868ee3f0dd9ba31
Author: William Casarin <jb55@jb55.com>
Date:   Wed,  4 Nov 2020 12:05:13 -0800

quiver: userControlled needs to be false now

apparently

Diffstat:
Mnix-config/machines/quiver/networking/default.nix | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/nix-config/machines/quiver/networking/default.nix b/nix-config/machines/quiver/networking/default.nix @@ -63,8 +63,7 @@ in }; }; - - networking.wireless.userControlled.enable = true; + networking.wireless.userControlled.enable = false; networking.firewall.enable = true; networking.firewall.extraCommands = ''