mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-23 17:48:28 +01:00
Compare commits
3 commits
730c58eaa0
...
ff9c7ec269
| Author | SHA1 | Date | |
|---|---|---|---|
| ff9c7ec269 | |||
| 46e25b8d44 | |||
| c95fc0be11 |
2 changed files with 7 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
{ inputs, ... }:
|
{ config, inputs, ... }:
|
||||||
{
|
{
|
||||||
imports = [ inputs.nixos-hardware.nixosModules.hardkernel-odroid-h4 ];
|
imports = [ inputs.nixos-hardware.nixosModules.hardkernel-odroid-h4 ];
|
||||||
|
|
||||||
|
|
@ -10,6 +10,8 @@
|
||||||
"coretemp"
|
"coretemp"
|
||||||
"it87"
|
"it87"
|
||||||
];
|
];
|
||||||
|
extraModulePackages = [ config.boot.kernelPackages.it87 ];
|
||||||
|
extraModprobeConfig = "options it87 force_id=0x8613";
|
||||||
initrd.availableKernelModules = [
|
initrd.availableKernelModules = [
|
||||||
"xhci_pci"
|
"xhci_pci"
|
||||||
"ahci"
|
"ahci"
|
||||||
|
|
|
||||||
|
|
@ -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