Skip to content

Commit

Permalink
fix: correct tuffy platform (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
NoRePercussions authored Dec 25, 2024
1 parent ee3e738 commit 66bda22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
};

nixosConfigurations."tuffy-oracle-ash-01" = nixosSystem {
system = "x86_64-linux";
system = "aarch64-linux";
specialArgs = {inherit (self) inputs outputs;};
modules = [
./hosts/tuffy-oracle-ash-01
Expand Down

0 comments on commit 66bda22

Please sign in to comment.