Remove option from SSD

This commit is contained in:
Andreas Zweili 2023-12-31 17:19:16 +01:00
parent 16267f4e4e
commit cac1914b0f
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@
fileSystems."/var/lib/restic-server" = {
device = "/dev/disk/by-label/backups";
fsType = "ext4";
options = [ "hard" ];
};
services = {
az-restic-server.enable = true;