diff --git a/nixos/flake.nix b/nixos/flake.nix index 5aa2f8c..f381730 100644 --- a/nixos/flake.nix +++ b/nixos/flake.nix @@ -11,7 +11,7 @@ outputs = { self, nixpkgs, home-manager, ... }@inputs: { nixosConfigurations = { - gayfurries = nixpkgs.lib.nixosSystem { + qemu = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; specialArgs = { inherit inputs; }; modules = [