Restructure flake.nix for a simpler config for building different images off the same NixOS config.
This commit is contained in:
@@ -68,7 +68,7 @@ in
|
||||
(e_shorthand my_emacs)
|
||||
];
|
||||
|
||||
environment.persistence."/state" = lib.mkIf (!config.me.buildingIso) {
|
||||
environment.persistence."/state" = lib.mkIf (config.me.mountPersistence) {
|
||||
hideMounts = true;
|
||||
users.talexander = {
|
||||
directories = [
|
||||
|
||||
Reference in New Issue
Block a user