From 458c064bd0f7f396215d1351299a7d5227a71ae4 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Sun, 13 Nov 2022 16:00:48 -0600 Subject: [PATCH] update host name --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index f39c745..7a088a9 100644 --- a/flake.nix +++ b/flake.nix @@ -15,7 +15,7 @@ { nixosConfigurations = { - nixos = inputs.nixpkgs.lib.nixosSystem { + nixos-vm = inputs.nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = [ ./configuration.nix