From 2b1c6161c5d2381cbfe224694dfb218aee0b6da1 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Mon, 17 Aug 2026 20:48:18 -0500 Subject: something is seriously broken rn --- modules/system/nixos/boot.nix | 2 +- modules/system/options.nix | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) (limited to 'modules/system') diff --git a/modules/system/nixos/boot.nix b/modules/system/nixos/boot.nix index aefc6da..3b095ab 100644 --- a/modules/system/nixos/boot.nix +++ b/modules/system/nixos/boot.nix @@ -74,7 +74,7 @@ in { }; }); - system.etc.overlay.enable = true; + # system.etc.overlay.enable = true; system.nixos-init.enable = true; # store journald logs in memory diff --git a/modules/system/options.nix b/modules/system/options.nix index cbc8cd1..931565f 100644 --- a/modules/system/options.nix +++ b/modules/system/options.nix @@ -29,14 +29,4 @@ in { bluetooth.enable = mkEnableOption "bluetooth"; printing.enable = mkEnableOption "cups printing server"; }; - - config.assertions = [ - { - assertion = let - cfg = config.collinux.system.network.wireless; - in - !(cfg.static != null && cfg.dynamic); - message = "Configure a static wireless connection or a dynamic one; not both."; - } - ]; } -- cgit v1.3.1