From 06f52643745f49c9359b597f09db35df7f47791e Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Wed, 30 Aug 2023 23:40:10 +0200 Subject: --- machines/zenbook/configuration.nix | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'machines/zenbook') 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. -- cgit v1.2.3