mirror of
https://github.com/alyssadev/nixos.git
synced 2025-12-01 10:39:39 +10:00
revert
This commit is contained in:
parent
69fa5d2ee0
commit
bdb85b5df4
2 changed files with 12 additions and 7 deletions
|
|
@ -4,16 +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"];
|
||||
};
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
};
|
||||
services.gnome = {
|
||||
gnome-browser-connector.enable = true;
|
||||
};
|
||||
services.logind = {
|
||||
lidSwitch = "suspend";
|
||||
lidSwitchDocked = "ignore";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue