some hetzner cleanup

This commit is contained in:
Johannes Jöns 2024-04-19 17:48:50 +02:00
parent 8480a27501
commit c474b2b808

View file

@ -59,7 +59,6 @@
".local/share/direnv"
];
files = [
".screenrc"
];
};
};
@ -80,7 +79,6 @@
".local/share/direnv"
];
files = [
".screenrc"
];
};
};
@ -182,7 +180,9 @@
mountOptions = [ "compress=zstd" "noatime" ];
mountpoint = "/nix";
};
"/nix/persistent" = {};
"/nix/persistent" = {
mountpoint = "/nix/persistent";
};
};
};
};