mirror of
https://github.com/tboerger/nixos-config
synced 2024-11-22 18:21:58 +01:00
fix: use overlay within images target, set also a state version
This commit is contained in:
parent
3bb24d3a5a
commit
4c0eb14f3b
16
flake.nix
16
flake.nix
@ -105,10 +105,18 @@
|
||||
allowUnfree = true;
|
||||
};
|
||||
|
||||
overlays = [
|
||||
self.overlay
|
||||
];
|
||||
|
||||
crossSystem = {
|
||||
system = "armv7l-linux";
|
||||
};
|
||||
};
|
||||
|
||||
system = {
|
||||
stateVersion = "22.05";
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
@ -125,10 +133,18 @@
|
||||
allowUnfree = true;
|
||||
};
|
||||
|
||||
overlays = [
|
||||
self.overlay
|
||||
];
|
||||
|
||||
crossSystem = {
|
||||
system = "aarch64-linux";
|
||||
};
|
||||
};
|
||||
|
||||
system = {
|
||||
stateVersion = "22.05";
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user