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

@ -11,4 +11,4 @@
git git
vim vim
]; ];
} }

View File

@ -3,4 +3,4 @@
security.polkit = { security.polkit = {
enable = true; enable = true;
}; };
} }

View File

@ -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" }
];
}

View File

@ -1,4 +1,4 @@
{ ... }: { ... }:
{ {
services.automatic-timezoned.enable = true; services.automatic-timezoned.enable = true;
} }

View File

@ -1 +1 @@
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGeNnUuECArCNwA60DVqGwcnZ1093fveino/V/3Eltcx orion" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGeNnUuECArCNwA60DVqGwcnZ1093fveino/V/3Eltcx orion"