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
|
git
|
||||||
vim
|
vim
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
@ -3,4 +3,4 @@
|
|||||||
security.polkit = {
|
security.polkit = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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"
|
}
|
||||||
];
|
|
||||||
}
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
services.automatic-timezoned.enable = true;
|
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