Compare commits

...

2 commits

2 changed files with 6 additions and 3 deletions

View file

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

View file

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