summaryrefslogtreecommitdiff
path: root/hosts/common.nix
diff options
context:
space:
mode:
authorbrustybee <bee@4d2.org>2026-03-07 05:10:56 +0530
committerbrustybee <bee@4d2.org>2026-03-07 05:10:56 +0530
commit20bb620ba13e9dd2617782fd8b48f02abed9d2ad (patch)
tree5d93312e4d3a70f84352d114e0c95e9af62f3836 /hosts/common.nix
parentff3198ee65f1c217d51be133816a76c0648afcd7 (diff)
Fix modules to properly guard HM-only config from NixOS evaluatio
Diffstat (limited to 'hosts/common.nix')
-rw-r--r--hosts/common.nix4
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;