mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-23 15:38:26 +01:00
Compare commits
No commits in common. "c95fc0be119a4b8fbecbe62a736c86adb9483f55" and "3c4ebe16871016e050e9a0ee626273fad2f7f4e4" have entirely different histories.
c95fc0be11
...
3c4ebe1687
2 changed files with 3 additions and 6 deletions
|
|
@ -7,8 +7,8 @@
|
||||||
boot = {
|
boot = {
|
||||||
kernelModules = [
|
kernelModules = [
|
||||||
"kvm-intel"
|
"kvm-intel"
|
||||||
"coretemp"
|
"k10temp"
|
||||||
"it87"
|
"nct6775"
|
||||||
];
|
];
|
||||||
initrd.availableKernelModules = [
|
initrd.availableKernelModules = [
|
||||||
"xhci_pci"
|
"xhci_pci"
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue