style: format nix
files
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m4s
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m4s
This commit is contained in:
parent
4bc5f81fcd
commit
c690e01544
@ -1,9 +1,8 @@
|
|||||||
{ pkgs, ... }: {
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
services.mullvad-vpn = {
|
services.mullvad-vpn = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.mullvad-vpn;
|
package = pkgs.mullvad-vpn;
|
||||||
};
|
};
|
||||||
environment.persistence.ephemeral.directories = [
|
environment.persistence.ephemeral.directories = [ "/etc/mullvad-vpn" ];
|
||||||
"/etc/mullvad-vpn"
|
|
||||||
];
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user