aboutsummaryrefslogtreecommitdiff
path: root/modules/system/options.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/options.nix')
-rw-r--r--modules/system/options.nix10
1 files changed, 0 insertions, 10 deletions
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.";
- }
- ];
}