Try with quotes

This commit is contained in:
Andreas Zweili 2022-06-07 23:50:33 +02:00
parent 89f560353a
commit 9f8e3ff62a
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ in
restic
];
fileSystems.${repository} = {
fileSystems."${repository}" = {
device = "10.7.89.108:restic-server";
fsType = "nfs";
options = [ "noatime" "hard" ];