diff --git a/system/aly-laptop.nix b/system/aly-laptop.nix index a1ea258..6903d20 100644 --- a/system/aly-laptop.nix +++ b/system/aly-laptop.nix @@ -6,7 +6,7 @@ fileSystems."/mnt/storage" = { device = "aly@lan.aly.pet:/mnt/storage"; fsType = "sshfs"; - options = ["nodev", "noatime", "allow_other", "IdentityFile=/home/aly/.ssh/id_ed25519"]; + options = ["nodev,noatime,allow_other,IdentityFile=/home/aly/.ssh/id_ed25519"]; }; services.logind = { lidSwitch = "suspend";