use modulesPath

This commit is contained in:
Travis Staton 2022-08-24 09:54:42 -04:00
parent c82e21e828
commit b6066e9ccd
5 changed files with 8 additions and 14 deletions

View file

@ -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;