diff --git a/logical/jarvis.nix b/logical/jarvis.nix index a167497..9b30d18 100644 --- a/logical/jarvis.nix +++ b/logical/jarvis.nix @@ -2,7 +2,7 @@ # your system. Help is available in the configuration.nix(5) man page # and in the NixOS manual (accessible by running ‘nixos-help’). -{ config, pkgs, ... }: +{ config, pkgs, lib, ... }: { imports = @@ -17,6 +17,7 @@ # The NixOS release to be compatible with for stateful data such as databases. system.stateVersion = "17.03"; + networking.enableIPv6 = lib.mkOverride 30 true; services.xserver.displayManager.sessionCommands = '' diff --git a/physical/xps9360.nix b/physical/xps9360.nix index 84de475..0af2377 100644 --- a/physical/xps9360.nix +++ b/physical/xps9360.nix @@ -13,7 +13,7 @@ boot.extraModulePackages = [ ]; boot.blacklistedKernelModules = ["psmouse"]; linux_nvme = { - basekpkgs = pkgs.linuxPackages_4_9; + basekpkgs = pkgs.linuxPackages_testing; gofaster = true; nvmepatch = true; }; diff --git a/roles/graphical.nix b/roles/graphical.nix index 236697e..ab68a15 100644 --- a/roles/graphical.nix +++ b/roles/graphical.nix @@ -42,6 +42,7 @@ in source-code-pro ubuntu_font_family # Ubuntu fonts source-han-sans-japanese + iosevka ]; }; # spotify