Set to valhalla

This commit is contained in:
John Locke 2024-03-09 17:48:43 -08:00
parent 35e5eba3fd
commit e465fe9a29

View file

@ -8,7 +8,7 @@
}; };
outputs = inputs@{ self, nixpkgs, ... }: { outputs = inputs@{ self, nixpkgs, ... }: {
# NOTE: 'nixos' is the default hostname set by the installer # 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 # NOTE: Change this to aarch64-linux if you are on ARM
system = "x86_64-linux"; system = "x86_64-linux";
modules = [ ./configuration.nix ]; modules = [ ./configuration.nix ];