From 20bb620ba13e9dd2617782fd8b48f02abed9d2ad Mon Sep 17 00:00:00 2001 From: brustybee Date: Sat, 7 Mar 2026 05:10:56 +0530 Subject: Fix modules to properly guard HM-only config from NixOS evaluatio --- hosts/common.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts/common.nix') diff --git a/hosts/common.nix b/hosts/common.nix index 87feb13..bc70e0e 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -117,8 +117,8 @@ security.pam.services.login.enableGnomeKeyring = true; nixpkgs.config.allowUnfree = true; - nix.registry.${user}.flake = inputs.self; - nix.registry.nixpkgs.flake = inputs.nixpkgs; + # nix.registry.${user}.flake = inputs.self; + # nix.registry.nixpkgs.flake = inputs.nixpkgs; networking.networkmanager.wifi.powersave = false; networking.networkmanager.enable = true; -- cgit v1.3.1