refactor(luna): remove qemu guest import
This commit is contained in:
parent
e2cd2b02aa
commit
14a152799f
@ -1,8 +1,5 @@
|
|||||||
{ config, lib, pkgs, modulesPath, ... }:
|
{ config, lib, pkgs, modulesPath, ... }:
|
||||||
{
|
{
|
||||||
imports =
|
|
||||||
[ (modulesPath + "/profiles/qemu-guest.nix") ];
|
|
||||||
|
|
||||||
fileSystems = {
|
fileSystems = {
|
||||||
"/" = {
|
"/" = {
|
||||||
device = "none";
|
device = "none";
|
||||||
|
Loading…
Reference in New Issue
Block a user