diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/arrakis/hardware-configuration.nix | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/hosts/arrakis/hardware-configuration.nix b/hosts/arrakis/hardware-configuration.nix index 6dc6542..5a4c958 100644 --- a/hosts/arrakis/hardware-configuration.nix +++ b/hosts/arrakis/hardware-configuration.nix @@ -88,17 +88,6 @@ { device = "/dev/disk/by-label/swap2"; } ]; - nixpkgs = { - config.allowUnfree = true; - hostPlatform = "x86_64-linux"; - overlays = [ - inputs.nvidia-patch.overlays.default - outputs.overlays.additions - outputs.overlays.modifications - outputs.overlays.stable-packages - ]; - }; - hardware = { bluetooth.enable = true; graphics = { |