hosts/ni: update config with setup

This commit is contained in:
Gabriel Arazas 2022-07-05 22:05:59 +08:00
parent 1c1aca1b6f
commit 342e1b11f1
4 changed files with 7 additions and 7 deletions

3
.gitmodules vendored
View File

@ -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

View File

@ -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?
}

View File

@ -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;
}

@ -1 +0,0 @@
Subproject commit f7d09f9484ffe8246966f284929072d904844143