Workaround for broken nix-deploy

This commit is contained in:
2026-04-03 20:04:47 +00:00
parent 9d3cca1395
commit 7b0c69ec60

View File

@@ -68,6 +68,8 @@ in
'';
};
system.activationScripts.users.deps = [ "persistence" ];
# This is supposed to persist machine-id, but fails.
systemd.services.systemd-machine-id-commit.enable = false;
users.users.artem = {
uid = 1000;