diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2023-08-30 23:40:10 +0200 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2023-08-30 23:40:10 +0200 |
| commit | 06f52643745f49c9359b597f09db35df7f47791e (patch) | |
| tree | 1683d60f80746ba2a49aadb6a5c5f83cafe10267 /machines/zenbook/configuration.nix | |
| parent | b543fe9a7714686c7c8e2ff35895de6fa558be53 (diff) | |
Diffstat (limited to 'machines/zenbook/configuration.nix')
| -rw-r--r-- | machines/zenbook/configuration.nix | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/machines/zenbook/configuration.nix b/machines/zenbook/configuration.nix index 827b59e..81e3317 100644 --- a/machines/zenbook/configuration.nix +++ b/machines/zenbook/configuration.nix @@ -5,22 +5,18 @@ { config, ... }: { - # imports = - # [ # Include the results of the hardware scan. - # ./hardware-configuration.nix - # ./services.nix - # ./system-packages.nix - # ./sway.nix - # ./home-manager/home.nix - # ./hyprland.nix - # ]; - # Use the systemd-boot EFI boot loader. boot.loader = { systemd-boot.enable = true; efi.canTouchEfiVariables = true; }; + nixpkgs = { + # texlive.combined.scheme-medium; + hostPlatform = "x84_64"; + config.allowUnfree = true; + } + networking = { firewall = { # Open ports in the firewall. |
