diff --git a/.gitmodules b/.gitmodules index 81cf2735..e69de29b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +0,0 @@ -[submodule "users/home-manager/foo-dogsquared/config"] - path = users/home-manager/foo-dogsquared/config - url = https://github.com/foo-dogsquared/dotfiles.git diff --git a/hosts/ni/default.nix b/hosts/ni/default.nix index be3f4114..637eb8e3 100644 --- a/hosts/ni/default.nix +++ b/hosts/ni/default.nix @@ -41,7 +41,10 @@ }; }; - tasks.multimedia-archive.enable = true; + tasks = { + multimedia-archive.enable = true; + backup-archive.enable = true; + }; themes.themes.a-happy-gnome.enable = true; environment.systemPackages = with pkgs; [ @@ -95,6 +98,6 @@ # this value at the release version of the first install of this system. # Before changing this value read the documentation for this option # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). - system.stateVersion = "22.05"; # Did you read the comment? + system.stateVersion = "22.11"; # Did you read the comment? } diff --git a/hosts/ni/hardware-configuration.nix b/hosts/ni/hardware-configuration.nix index 9cf8688e..d05eb609 100644 --- a/hosts/ni/hardware-configuration.nix +++ b/hosts/ni/hardware-configuration.nix @@ -7,7 +7,7 @@ imports = [ (modulesPath + "/installer/scan/not-detected.nix") ]; boot.initrd.availableKernelModules = - [ "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" ]; + [ "xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" ]; boot.initrd.kernelModules = [ ]; boot.kernelModules = [ "kvm-intel" ]; boot.extraModulePackages = [ ]; @@ -25,4 +25,5 @@ swapDevices = [{ label = "swap"; }]; powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; + hardware.cpu.intel.updateMicrocode = lib.mkDefault true; } diff --git a/users/home-manager/foo-dogsquared/config b/users/home-manager/foo-dogsquared/config deleted file mode 160000 index f7d09f94..00000000 --- a/users/home-manager/foo-dogsquared/config +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f7d09f9484ffe8246966f284929072d904844143