cli/nh: fix flake path

This commit is contained in:
Charlie Root 2024-09-20 23:06:21 +02:00
commit 911ae7e068

View file

@ -1,6 +1,7 @@
{
lib,
config,
lib,
self,
...
}:
with lib; let
@ -14,7 +15,7 @@ in {
enable = true;
clean.enable = true;
clean.extraArgs = "--keep-since 4d --keep 3";
flake = "/home/${username}/projects/nichts";
flake = "/home/${username}/repos/projects/nichts";
};
};
}