mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 22:29:06 +01:00
Compare commits
2 commits
29032e1232
...
4505d4c3ec
| Author | SHA1 | Date | |
|---|---|---|---|
| 4505d4c3ec | |||
| 631dd7e4be |
6 changed files with 4 additions and 1 deletions
|
|
@ -1,4 +1,7 @@
|
|||
_: {
|
||||
{ inputs, ... }:
|
||||
{
|
||||
imports = [ inputs.nixos-hardware.nixosModules.hardkernel-odroid-h4 ];
|
||||
|
||||
nixpkgs.hostPlatform = "x86_64-linux";
|
||||
|
||||
boot = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue