feat: move more stuff into system_profiles

This commit is contained in:
Ranomier 2025-06-17 01:21:21 +02:00
parent 7f48da24e9
commit 6c8f40ff8f
6 changed files with 7 additions and 8 deletions

View file

@ -0,0 +1,6 @@
{modulesPath, ...}; {
imports = [
(modulesPath + "/profiles/qemu-guest.nix")
];
services.qemuGuest.enable = true;
}