Compare commits

..

No commits in common. "1742d0b4d5875bf4da3d2723eb515025ebe0a6c1" and "5ee696e854a3286885e5540af12913c0cf70b8b0" have entirely different histories.

View file

@ -4,13 +4,10 @@
laptop = { config = '' config /home/aly/.secrets/laptop.ovpn ''; }; laptop = { config = '' config /home/aly/.secrets/laptop.ovpn ''; };
}; };
fileSystems."/mnt/storage" = { fileSystems."/mnt/storage" = {
device = "aly@vpn.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.gnome = {
gnome-browser-connector.enable = true;
};
services.logind = { services.logind = {
lidSwitch = "suspend"; lidSwitch = "suspend";
lidSwitchDocked = "ignore"; lidSwitchDocked = "ignore";