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 ''; };
};
fileSystems."/mnt/storage" = {
device = "aly@vpn.aly.pet:/mnt/storage";
device = "aly@lan.aly.pet:/mnt/storage";
fsType = "sshfs";
options = ["nodev,noatime,allow_other,IdentityFile=/home/aly/.ssh/id_ed25519"];
};
services.gnome = {
gnome-browser-connector.enable = true;
};
services.logind = {
lidSwitch = "suspend";
lidSwitchDocked = "ignore";