summaryrefslogtreecommitdiff
path: root/machines/zenbook
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2023-08-30 23:40:10 +0200
committerDevin Finlinson <devin.finlinson@pm.me>2023-08-30 23:40:10 +0200
commit06f52643745f49c9359b597f09db35df7f47791e (patch)
tree1683d60f80746ba2a49aadb6a5c5f83cafe10267 /machines/zenbook
parentb543fe9a7714686c7c8e2ff35895de6fa558be53 (diff)
Diffstat (limited to 'machines/zenbook')
-rw-r--r--machines/zenbook/configuration.nix16
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.