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