set up VPN and torrent app
This commit is contained in:
parent
83bc04e3bf
commit
8638ad5783
2 changed files with 7 additions and 0 deletions
|
|
@ -6,10 +6,12 @@ let
|
||||||
dmenu
|
dmenu
|
||||||
firefox
|
firefox
|
||||||
multilockscreen
|
multilockscreen
|
||||||
|
mullvad-vpn
|
||||||
obsidian
|
obsidian
|
||||||
signal-desktop
|
signal-desktop
|
||||||
spotify
|
spotify
|
||||||
slack
|
slack
|
||||||
|
qbittorrent
|
||||||
vlc
|
vlc
|
||||||
zathura
|
zathura
|
||||||
zoom-us
|
zoom-us
|
||||||
|
|
|
||||||
|
|
@ -104,6 +104,11 @@
|
||||||
nssmdns = true;
|
nssmdns = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# VPN setup
|
||||||
|
services.mullvad-vpn.enable = true;
|
||||||
|
networking.wireguard.enable = true;
|
||||||
|
|
||||||
|
|
||||||
# Enable sound.
|
# Enable sound.
|
||||||
sound.enable = true;
|
sound.enable = true;
|
||||||
hardware.pulseaudio = {
|
hardware.pulseaudio = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue