Compare commits

...

2 Commits

Author SHA1 Message Date
7b0c69ec60 Workaround for broken nix-deploy 2026-04-03 20:04:47 +00:00
9d3cca1395 Add procps for pgrep 2026-04-03 19:57:09 +00:00

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;
@@ -156,6 +158,7 @@ in
gnutar
diffutils
coreutils
procps
python3
]