sdImage output

This commit is contained in:
2023-12-16 23:25:05 +00:00
parent cf0e6d8243
commit a14c591dd0
4 changed files with 24 additions and 20 deletions

View File

@@ -2,10 +2,14 @@
{
imports = [
<nixos-hardware/raspberry-pi/4>
(modulesPath + "/installer/sd-card/sd-image-aarch64.nix")
];
boot.cleanTmpDir = true;
boot = {
# Stop ZFS kernel being built
supportedFilesystems = lib.mkForce [ "btrfs" "cifs" "f2fs" "jfs" "ntfs" "reiserfs" "vfat" "xfs" ];
tmp.cleanOnBoot = true;
};
fileSystems = {
"/" = {