Set to valhalla
This commit is contained in:
parent
35e5eba3fd
commit
e465fe9a29
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue