From e465fe9a29d908af93eab63467a5b01ab9204487 Mon Sep 17 00:00:00 2001 From: John Locke Date: Sat, 9 Mar 2024 17:48:43 -0800 Subject: [PATCH] Set to valhalla --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 2f0eef6..bdbd6c3 100644 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,7 @@ }; outputs = inputs@{ self, nixpkgs, ... }: { # NOTE: 'nixos' is the default hostname set by the installer - nixosConfigurations.nixos = nixpkgs.lib.nixosSystem { + nixosConfigurations.valhalla = nixpkgs.lib.nixosSystem { # NOTE: Change this to aarch64-linux if you are on ARM system = "x86_64-linux"; modules = [ ./configuration.nix ];