This commit is contained in:
biscuit
2025-05-21 10:51:10 -05:00
parent e862ce8f9b
commit 6ae2221007
4 changed files with 64 additions and 53 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
{
vpn_enable,
vpnEnable,
lib,
...
}: {
@@ -19,7 +19,7 @@
../system/users.nix
../system/tools.nix
]
++ lib.optionals (vpn_enable == true) [
++ lib.optionals (vpnEnable == true) [
../system/vpn.nix
];
}