diff options
| author | brustybee <bee@4d2.org> | 2026-03-07 05:10:56 +0530 |
|---|---|---|
| committer | brustybee <bee@4d2.org> | 2026-03-07 05:10:56 +0530 |
| commit | 20bb620ba13e9dd2617782fd8b48f02abed9d2ad (patch) | |
| tree | 5d93312e4d3a70f84352d114e0c95e9af62f3836 /hosts/common.nix | |
| parent | ff3198ee65f1c217d51be133816a76c0648afcd7 (diff) | |
Fix modules to properly guard HM-only config from NixOS evaluatio
Diffstat (limited to 'hosts/common.nix')
| -rw-r--r-- | hosts/common.nix | 4 |
1 files changed, 2 insertions, 2 deletions
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; |
