Back to hostPlatform

This commit is contained in:
2024-07-12 10:23:59 -04:00
parent 1be6d02fe6
commit 768820020c
2 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ in {
systemd.services."getty@tty0".wantedBy = lib.mkDefault [ "getty.target" ];
system.stateVersion = "24.05";
# nixpkgs.hostPlatform = "riscv64-linux";
nixpkgs.hostPlatform = "riscv64-linux";
networking.hostName = "ptv";
nix.registry.nixpkgs.flake = inputs.nixpkgs-stable;
nix.settings.experimental-features = [ "nix-command" "flakes" ];