diff --git a/nixos/hosts/nixos-framework/default.nix b/nixos/hosts/nixos-framework/default.nix index 1cc26484..c359e063 100644 --- a/nixos/hosts/nixos-framework/default.nix +++ b/nixos/hosts/nixos-framework/default.nix @@ -13,6 +13,10 @@ ../../common/services/tlp.nix ]; + networking.extraHosts = '' + 192.168.1.210 pass.sysctl.io + ''; + # steam , etc nixpkgs.config.allowUnfree = true; powerManagement.enable = true;