mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 23:29:08 +01:00
Compare commits
2 commits
3c4ebe1687
...
c95fc0be11
| Author | SHA1 | Date | |
|---|---|---|---|
| c95fc0be11 | |||
| 730c58eaa0 |
2 changed files with 6 additions and 3 deletions
|
|
@ -7,8 +7,8 @@
|
||||||
boot = {
|
boot = {
|
||||||
kernelModules = [
|
kernelModules = [
|
||||||
"kvm-intel"
|
"kvm-intel"
|
||||||
"k10temp"
|
"coretemp"
|
||||||
"nct6775"
|
"it87"
|
||||||
];
|
];
|
||||||
initrd.availableKernelModules = [
|
initrd.availableKernelModules = [
|
||||||
"xhci_pci"
|
"xhci_pci"
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,10 @@ 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.main.name = "deploy";
|
branches = {
|
||||||
|
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