refactor(luna): remove qemu guest import

This commit is contained in:
Price Hiller 2023-10-27 23:03:26 -05:00
parent e2cd2b02aa
commit 14a152799f
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -1,8 +1,5 @@
{ config, lib, pkgs, modulesPath, ... }:
{
imports =
[ (modulesPath + "/profiles/qemu-guest.nix") ];
fileSystems = {
"/" = {
device = "none";