From f6516674814297e25ec325a51162b7742935bb37 Mon Sep 17 00:00:00 2001 From: Alejandro Angulo Date: Sat, 25 Mar 2023 09:12:39 -0700 Subject: [PATCH] Removed redundant config My flake.nix is already set up to allow unfree. --- systems/x86_64-linux/gospel/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/systems/x86_64-linux/gospel/default.nix b/systems/x86_64-linux/gospel/default.nix index 7c8971d..5addd9f 100644 --- a/systems/x86_64-linux/gospel/default.nix +++ b/systems/x86_64-linux/gospel/default.nix @@ -36,8 +36,6 @@ boot.binfmt.emulatedSystems = ["aarch64-linux" "armv6l-linux"]; - nixpkgs.config.allowUnfree = true; - networking.hostName = "gospel"; # Define your hostname. # Pick only one of the below networking options. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.