From 14a152799f66d73d39223a7a95722d6a9bb493cb Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Fri, 27 Oct 2023 23:03:26 -0500 Subject: [PATCH] refactor(luna): remove qemu guest import --- hosts/luna/os/filesystem.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/hosts/luna/os/filesystem.nix b/hosts/luna/os/filesystem.nix index 4feaf0f..347024a 100644 --- a/hosts/luna/os/filesystem.nix +++ b/hosts/luna/os/filesystem.nix @@ -1,8 +1,5 @@ { config, lib, pkgs, modulesPath, ... }: { - imports = - [ (modulesPath + "/profiles/qemu-guest.nix") ]; - fileSystems = { "/" = { device = "none";