mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-23 17:48:28 +01:00
Compare commits
No commits in common. "ff9c7ec2694c9e4c0a6b27773abd9658974effb3" and "730c58eaa04252313a3f14fdee04350610db478b" have entirely different histories.
ff9c7ec269
...
730c58eaa0
2 changed files with 2 additions and 7 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ config, inputs, ... }:
|
||||
{ inputs, ... }:
|
||||
{
|
||||
imports = [ inputs.nixos-hardware.nixosModules.hardkernel-odroid-h4 ];
|
||||
|
||||
|
|
@ -10,8 +10,6 @@
|
|||
"coretemp"
|
||||
"it87"
|
||||
];
|
||||
extraModulePackages = [ config.boot.kernelPackages.it87 ];
|
||||
extraModprobeConfig = "options it87 force_id=0x8613";
|
||||
initrd.availableKernelModules = [
|
||||
"xhci_pci"
|
||||
"ahci"
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue