Almost working flakes
This commit is contained in:
parent
25130195ec
commit
e013bcfdba
14 changed files with 533 additions and 87 deletions
|
@ -1,9 +1,5 @@
|
|||
{ pkgs, config, ... }:
|
||||
{
|
||||
imports = [
|
||||
<nixos-hardware/pine64/pinebook-pro>
|
||||
];
|
||||
|
||||
boot = {
|
||||
# nixos-hardware use latest kernel by default. It has been set a while ago, we maybe don't need it anymore?
|
||||
kernelPackages = pkgs.linuxPackages;
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
../os
|
||||
./hardware.nix
|
||||
./dk.nix
|
||||
./options.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue