From 45b59ecf9bdff1b03fd43bf5076cdb8f8bba2180 Mon Sep 17 00:00:00 2001 From: iFargle Date: Mon, 29 Jan 2024 19:22:37 +0900 Subject: [PATCH] test --- nixos/hosts/nixos-framework/default.nix | 4 ++++ 1 file changed, 4 insertions(+) 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;