diff --git a/system/aly-laptop.nix b/system/aly-laptop.nix index 1429770..9679d4d 100644 --- a/system/aly-laptop.nix +++ b/system/aly-laptop.nix @@ -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";