Back to hostPlatform
This commit is contained in:
@@ -66,10 +66,10 @@
|
|||||||
./machines/ptv/configuration.nix
|
./machines/ptv/configuration.nix
|
||||||
patch-8gb
|
patch-8gb
|
||||||
{
|
{
|
||||||
nixpkgs.crossSystem = {
|
# nixpkgs.crossSystem = {
|
||||||
config = "riscv64-unknown-linux-gnu";
|
# config = "riscv64-unknown-linux-gnu";
|
||||||
system = "riscv64-linux";
|
# system = "riscv64-linux";
|
||||||
};
|
# };
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ in {
|
|||||||
systemd.services."getty@tty0".wantedBy = lib.mkDefault [ "getty.target" ];
|
systemd.services."getty@tty0".wantedBy = lib.mkDefault [ "getty.target" ];
|
||||||
|
|
||||||
system.stateVersion = "24.05";
|
system.stateVersion = "24.05";
|
||||||
# nixpkgs.hostPlatform = "riscv64-linux";
|
nixpkgs.hostPlatform = "riscv64-linux";
|
||||||
networking.hostName = "ptv";
|
networking.hostName = "ptv";
|
||||||
nix.registry.nixpkgs.flake = inputs.nixpkgs-stable;
|
nix.registry.nixpkgs.flake = inputs.nixpkgs-stable;
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
|
|||||||
Reference in New Issue
Block a user