Add output for nixos-generators

This commit is contained in:
fi 2023-07-26 01:09:38 +02:00
parent 389632748c
commit c4795cdef9
Signed by: fi
SSH key fingerprint: SHA256:d+6fQoDPMbSFK95zRVflRKZLRKF4cPSQb7VIxYkhFsA
6 changed files with 72 additions and 6 deletions

View file

@ -1,8 +1,4 @@
{ ... }:
{
imports = [
./hardware-configuration.nix
];
services.qemuGuest.enable = true;
}

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, modulesPath, ... }:
{ config, lib, modulesPath, ... }:
{
imports = [
(modulesPath + "/profiles/qemu-guest.nix")