This commit is contained in:
alydev 2025-10-21 16:23:10 +10:00
parent ad2ace1e99
commit 69fa5d2ee0
4 changed files with 11 additions and 14 deletions

View file

@ -4,14 +4,21 @@
laptop = { config = '' config /home/aly/.secrets/laptop.ovpn ''; };
};
fileSystems."/mnt/storage" = {
device = "aly@lan.aly.pet:/mnt/storage";
device = "aly@vpn.aly.pet:/mnt/storage";
fsType = "sshfs";
options = ["nodev,noatime,allow_other,IdentityFile=/home/aly/.ssh/id_ed25519"];
};
programs.firefox = {
enable = true;
};
services.gnome = {
gnome-browser-connector.enable = true;
};
services.logind = {
lidSwitch = "suspend";
lidSwitchDocked = "ignore";
lidSwitchExternalPower = "ignore";
powerKey = "ignore";
};
services.flatpak.enable = true;
services.flatpak.packages = [