diff options
Diffstat (limited to 'machines/zenbook')
| -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. |
