style: format nix files
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m4s

This commit is contained in:
Price Hiller 2024-05-27 13:19:55 -05:00
parent 4bc5f81fcd
commit c690e01544
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB
5 changed files with 8 additions and 9 deletions

View File

@ -1,9 +1,8 @@
{ pkgs, ... }: {
{ pkgs, ... }:
{
services.mullvad-vpn = {
enable = true;
package = pkgs.mullvad-vpn;
};
environment.persistence.ephemeral.directories = [
"/etc/mullvad-vpn"
];
environment.persistence.ephemeral.directories = [ "/etc/mullvad-vpn" ];
}