mirror of
https://github.com/alyssadev/nixos.git
synced 2025-12-01 10:39:39 +10:00
Compare commits
4 commits
5ee696e854
...
1742d0b4d5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1742d0b4d5 | ||
|
|
6824909dbe | ||
|
|
7e739005d7 | ||
|
|
5d8e51e3c4 |
1 changed files with 4 additions and 1 deletions
|
|
@ -4,10 +4,13 @@
|
|||
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"];
|
||||
};
|
||||
services.gnome = {
|
||||
gnome-browser-connector.enable = true;
|
||||
};
|
||||
services.logind = {
|
||||
lidSwitch = "suspend";
|
||||
lidSwitchDocked = "ignore";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue