From 12edce5c72305c279f4e0ed6cf28d95b3fc52906 Mon Sep 17 00:00:00 2001 From: vorboyvo Date: Thu, 9 May 2024 20:54:29 -0400 Subject: [PATCH] Removed commented-out NUR from conf. --- configuration.nix | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/configuration.nix b/configuration.nix index e1cc703..8ce7588 100644 --- a/configuration.nix +++ b/configuration.nix @@ -20,18 +20,10 @@ boot.kernelParams = [ "amdgpu.sg_display=0" ]; - + # Enable flakes. nix = { settings.experimental-features = [ "nix-command" "flakes" ]; }; - # Enable Nix User Repository - # See https://github.com/nix-community/NUR#installation - # nixpkgs.config.packageOverrides = pkgs: { - # nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/master.tar.gz") { - # inherit pkgs; - # }; - # }; - networking.hostName = "oyvoLaptop"; # Define your hostname. networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.