Restructure flake.nix for a simpler config for building different images off the same NixOS config.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
{
|
||||
# TODO: Is this installing firmware or just downloading it?
|
||||
services.fwupd.enable = true;
|
||||
environment.persistence."/persist" = lib.mkIf (!config.me.buildingIso) {
|
||||
environment.persistence."/persist" = lib.mkIf (config.me.mountPersistence) {
|
||||
hideMounts = true;
|
||||
directories = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user