Compare commits
2 Commits
1be6d02fe6
...
12af7a5167
| Author | SHA1 | Date | |
|---|---|---|---|
| 12af7a5167 | |||
| 768820020c |
10
flake.nix
10
flake.nix
@@ -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";
|
||||||
};
|
# };
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
@@ -104,7 +104,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
hydraJobs = {
|
hydraJobs = {
|
||||||
PinetabV = self.nixosConfigurations.ptv.config.system.build.toplevel;
|
# PinetabV = self.nixosConfigurations.ptv.config.system.build.toplevel;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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