diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2023-09-29 21:10:20 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2023-09-29 21:10:20 -0600 |
| commit | cc6c2ad12e8df38456d43293d2ad627df80d1c1b (patch) | |
| tree | 369faf5dc4de4d44cee9624d8db371e81a1418de /machines/zenbook | |
| parent | 8a5a019f21e0597dd24588c6364dd1bba075451c (diff) | |
| parent | 5265ac12ec68637b725562e5762d464d57864617 (diff) | |
changing tons of stuff it will definitely break
Diffstat (limited to 'machines/zenbook')
| -rw-r--r-- | machines/zenbook/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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. |
