nixos/shill: Rename atticd mount to harmonia

This commit is contained in:
2024-07-20 21:08:44 +01:00
parent 69216c6b4c
commit 9e7294e871
3 changed files with 5 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ in
{
fileSystems = {
"/var/lib/harmonia" = {
device = "/mnt/atticd/harmonia";
device = "/mnt/nix-cache";
options = [ "bind" ];
};
};