mirror of
https://github.com/alyssadev/nixos.git
synced 2025-10-14 04:59:39 +10:00
parent
af34cfdcdf
commit
10e5afd741
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
fileSystems."/mnt/storage" = {
|
fileSystems."/mnt/storage" = {
|
||||||
device = "aly@lan.aly.pet:/mnt/storage";
|
device = "aly@lan.aly.pet:/mnt/storage";
|
||||||
fsType = "sshfs";
|
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 = {
|
services.logind = {
|
||||||
lidSwitch = "suspend";
|
lidSwitch = "suspend";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue