[water7] feat: Add mullvad-vpn
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
parent
dfc1e8d176
commit
b53e962f2a
1 changed files with 6 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
s Edit this configuration file to define what should be installed on
|
||||
# Edit this configuration file to define what should be installed on
|
||||
# your system. Help is available in the configuration.nix(5) man page
|
||||
# and in the NixOS manual (accessible by running ‘nixos-help’).
|
||||
|
||||
|
|
@ -157,6 +157,11 @@ s Edit this configuration file to define what should be installed on
|
|||
services = {
|
||||
tailscale.enable = true;
|
||||
udisks2.enable = true;
|
||||
resolved.enable = true;
|
||||
mullvad-vpn = {
|
||||
enable = true;
|
||||
package = pkgs.mullvad-vpn;
|
||||
};
|
||||
};
|
||||
|
||||
programs.bash = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue