Removed commented-out NUR from conf.
This commit is contained in:
parent
6338b64a68
commit
12edce5c72
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue