test-vm: Add whib-frontend module

This commit is contained in:
Alexander Heldt
2025-10-26 15:24:21 +01:00
parent 21adf4a3dc
commit 0e1b8581af
3 changed files with 37 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
imports = [
./ppp.pm-site.nix
./whib-backend.nix
./whib-frontend.nix
];
config = {
@@ -13,6 +14,7 @@
mod = {
pppdotpm-site.enable = false;
whib-backend.enable = true;
whib-frontend.enable = true;
};
users.users.a = {