mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-08 19:46:03 +01:00
use modulesPath
This commit is contained in:
parent
c82e21e828
commit
b6066e9ccd
5 changed files with 8 additions and 14 deletions
|
|
@ -1,8 +1,7 @@
|
|||
stable:
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [ (import ./sd-image.nix stable) ];
|
||||
imports = [ ./sd-image.nix ];
|
||||
|
||||
boot.loader.grub.enable = false;
|
||||
boot.loader.generic-extlinux-compatible.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue