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 = {
kernelModules = [
"kvm-intel"
"coretemp"
"it87"
"k10temp"
"nct6775"
];
initrd.availableKernelModules = [
"xhci_pci"

View file

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