mirror of
https://github.com/alyssadev/nixos.git
synced 2025-10-13 20:49:40 +10:00
parent
af34cfdcdf
commit
10e5afd741
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue