repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vuls: init at 0.27.0
[NixPkgs.git]
/
nixos
/
modules
/
installer
/
sd-card
/
sd-image-aarch64-new-kernel-no-zfs-installer.nix
blob
da5410057887e4e8a6d255c4c4a795aeac11cc19
1
{ lib, ... }:
2
3
{
4
imports = [ ./sd-image-aarch64-new-kernel-installer.nix ];
5
6
boot.supportedFilesystems.zfs = lib.mkForce false;
7
}