update
Some checks failed
/ Check (push) Has been cancelled

This commit is contained in:
alydev 2025-09-28 15:35:06 +10:00
parent af34cfdcdf
commit 10e5afd741

View file

@ -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";