diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2023-09-04 20:44:19 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2023-09-04 20:44:19 -0600 |
| commit | 50cd2425ac59f126d9ce462231e2f18b60a06ed1 (patch) | |
| tree | d9ecf11c3548160b14ee835ca62e292da87c9152 /machines/khad | |
| parent | 8cafe6370120870f9b5965d42ff4ae29550ad759 (diff) | |
allow unfree
Diffstat (limited to 'machines/khad')
| -rw-r--r-- | machines/khad/configuration.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/machines/khad/configuration.nix b/machines/khad/configuration.nix index cabc361..3b1e98f 100644 --- a/machines/khad/configuration.nix +++ b/machines/khad/configuration.nix @@ -26,6 +26,12 @@ # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. networking.networkmanager.enable = true; # Easiest to use and most distros use this by default. + nixpkgs = { + # texlive.combined.scheme-medium; + system = "x84_64-linux"; + config.allowUnfree = true; + }; + # Set your time zone. time.timeZone = "US/Mountain"; |
