Small clean ups

This commit is contained in:
2026-05-20 12:17:38 -04:00
parent 98ed85c4b0
commit aea8ace059
12 changed files with 862 additions and 646 deletions
+8
View File
@@ -0,0 +1,8 @@
{
flake.modules.nixos.mullvad = {
services.mullvad-vpn = {
enable = true;
enableEarlyBootBlocking = true;
};
};
}