Compare commits

..

4 commits

Author SHA1 Message Date
alydev
1742d0b4d5 update
Some checks are pending
/ Check (push) Waiting to run
2025-10-21 16:03:15 +10:00
alydev
6824909dbe update 2025-10-21 16:01:45 +10:00
alydev
7e739005d7 update 2025-10-21 16:00:53 +10:00
alydev
5d8e51e3c4 update 2025-10-21 15:57:45 +10:00

View file

@ -4,10 +4,13 @@
laptop = { config = '' config /home/aly/.secrets/laptop.ovpn ''; }; laptop = { config = '' config /home/aly/.secrets/laptop.ovpn ''; };
}; };
fileSystems."/mnt/storage" = { fileSystems."/mnt/storage" = {
device = "aly@lan.aly.pet:/mnt/storage"; device = "aly@vpn.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";