diff options
author | lassulus <git@lassul.us> | 2024-11-26 11:38:50 +0100 |
---|---|---|
committer | Jörg Thalheim <joerg@thalheim.io> | 2025-01-27 15:12:21 +0100 |
commit | 1a2e870514ff6800ad9578e2fbca128318608f9b (patch) | |
tree | 338f62056a72e0a1698f08a9ea367b3446979107 | |
parent | 03103abf6c5b872e2eeaaf0d464e0c4ddd74b661 (diff) |
hw/x220: fmt
-rw-r--r-- | krebs/2configs/hw/x220.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/2configs/hw/x220.nix b/krebs/2configs/hw/x220.nix index 980c2c9aa..a797673c9 100644 --- a/krebs/2configs/hw/x220.nix +++ b/krebs/2configs/hw/x220.nix @@ -1,4 +1,4 @@ -{ config, lib, pkgs, ... }: +{ lib, pkgs, ... }: { networking.wireless.enable = lib.mkDefault true; |