vps-public: Reinstall with xfs /nix

This commit is contained in:
SebastianStork 2025-11-23 01:07:51 +01:00
parent af9571ee1f
commit d5174f8c40
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q
4 changed files with 16 additions and 12 deletions

View file

@ -24,7 +24,11 @@
size = "20G";
content = {
type = "filesystem";
format = "ext4";
format = "xfs";
extraArgs = [
"-m"
"reflink=1"
];
mountpoint = "/nix";
mountOptions = [ "noatime" ];
};