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";