From a933e77443bfa3d918b6e04339464d4ae41f86b2 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Mon, 4 Sep 2023 22:27:22 -0600 Subject: moved an env config to configs enabled users for nix generated new hardware config to hopefully prevent emergency mode --- machines/zenbook/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'machines/zenbook/configuration.nix') diff --git a/machines/zenbook/configuration.nix b/machines/zenbook/configuration.nix index cf55eed..77e7fe6 100644 --- a/machines/zenbook/configuration.nix +++ b/machines/zenbook/configuration.nix @@ -17,6 +17,8 @@ config.allowUnfree = true; }; + environment.shellInit = ''export NIXPATH="/nix/var/nix/profiles/per-user/$USER/channels:nixos-config=/etc/nixos/machines/zenbook/configuration.nix"''; + networking = { firewall = { # Open ports in the firewall. -- cgit v1.2.3