Compare commits

..

No commits in common. "c95fc0be119a4b8fbecbe62a736c86adb9483f55" and "3c4ebe16871016e050e9a0ee626273fad2f7f4e4" have entirely different histories.

2 changed files with 3 additions and 6 deletions

View file

@ -7,8 +7,8 @@
boot = { boot = {
kernelModules = [ kernelModules = [
"kvm-intel" "kvm-intel"
"coretemp" "k10temp"
"it87" "nct6775"
]; ];
initrd.availableKernelModules = [ initrd.availableKernelModules = [
"xhci_pci" "xhci_pci"

View file

@ -47,10 +47,7 @@ in
remotes = lib.singleton { remotes = lib.singleton {
name = "origin"; name = "origin";
url = "https://github.com/SebastianStork/nixos-config.git"; url = "https://github.com/SebastianStork/nixos-config.git";
branches = { branches.main.name = "deploy";
main.name = "deploy";
testing.operation = "switch";
};
}; };
exporter = { exporter = {
listen_address = "127.0.0.1"; listen_address = "127.0.0.1";