organized better

This commit is contained in:
lsoriano-mcm
2025-06-07 08:11:17 -05:00
parent 30f2178b6f
commit 73ece504c9
3 changed files with 8 additions and 6 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
{
vpnEnable,
vpn,
lib,
...
}: {
@@ -8,7 +8,7 @@
../system/default.nix
../system/users.nix
]
++ lib.optionals (vpnEnable == true) [
++ lib.optionals (vpn.vpnEnable == true) [
../system/vpn.nix
];
}