mirror of
https://github.com/alyssadev/nixos.git
synced 2025-12-01 10:39:39 +10:00
Compare commits
No commits in common. "1742d0b4d5875bf4da3d2723eb515025ebe0a6c1" and "5ee696e854a3286885e5540af12913c0cf70b8b0" have entirely different histories.
1742d0b4d5
...
5ee696e854
1 changed files with 1 additions and 4 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue