Compare commits

...

2 Commits

Author SHA1 Message Date
12af7a5167 Disable HydraJobs (for now) 2024-07-12 10:24:27 -04:00
768820020c Back to hostPlatform 2024-07-12 10:23:59 -04:00
2 changed files with 6 additions and 6 deletions

View File

@@ -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;
}; };
}; };
} }

View File

@@ -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" ];