update flake.lock; refactor impermanence; other minor fixes

This commit is contained in:
2026-02-24 16:50:17 +08:00
parent 12c56e2283
commit 8c10af7f58
10 changed files with 159 additions and 169 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ in
sshKeyFile = lib.mkOption {
type = lib.types.str;
default = "${
if config.my.persist.enable then config.my.persist.location else ""
if config.my.persist.enable then config.my.persist.btrfs.mountPoint else ""
}/home/${username}/.ssh/id_ed25519";
};
};