Skip to content

Commit

Permalink
fix pla
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Oct 4, 2024
1 parent 62142d9 commit 4363183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configurations/nixos/example/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
boot.loader.grub.device = "nodev";
fileSystems."/" = { device = "/dev/disk/by-label/nixos"; fsType = "btrfs"; };

nixpkgs.hostPlatform = "aarch64-linux";
nixpkgs.hostPlatform = "x86_64-linux";
networking.hostName = "example";

# For home-manager to work.
Expand Down

0 comments on commit 4363183

Please sign in to comment.