mirror of
https://github.com/nmasur/dotfiles
synced 2026-01-12 04:01:16 +00:00
Update flake, fix userControlled attribute
Also add nix-inspect
This commit is contained in:
@@ -44,7 +44,7 @@ in
|
||||
enable = lib.mkDefault (!config.networking.networkmanager.enable);
|
||||
|
||||
# Allows the user to control the WiFi settings.
|
||||
userControlled.enable = lib.mkDefault true;
|
||||
userControlled = lib.mkDefault true;
|
||||
};
|
||||
|
||||
# Wake up tempest with a command
|
||||
|
||||
Reference in New Issue
Block a user