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
@ -11,4 +11,4 @@
|
||||
git
|
||||
vim
|
||||
];
|
||||
}
|
||||
}
|
||||
|
@ -3,4 +3,4 @@
|
||||
security.polkit = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
@ -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" ];
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ ... }:
|
||||
{
|
||||
services.automatic-timezoned.enable = true;
|
||||
}
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGeNnUuECArCNwA60DVqGwcnZ1093fveino/V/3Eltcx orion"
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGeNnUuECArCNwA60DVqGwcnZ1093fveino/V/3Eltcx orion"
|
||||
|
Loading…
Reference in New Issue
Block a user