nixos/tests/switch-test: enable switch-to-configuration

This commit is contained in:
K900 2024-09-08 16:10:39 +03:00
parent b51a77b77f
commit 932903acff

View File

@ -591,6 +591,7 @@ in {
};
other = {
system.switch.enable = true;
users.mutableUsers = true;
};
};