add host platform

This commit is contained in:
TheWanderingCrow 2025-06-30 08:31:16 -04:00
parent 8e54d70761
commit c00f813239
2 changed files with 4 additions and 0 deletions

View file

@ -36,6 +36,8 @@
]) ])
]; ];
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
hostSpec = { hostSpec = {
hostName = "Incarceron"; hostName = "Incarceron";
persistFolder = "/persist"; persistFolder = "/persist";

View file

@ -36,6 +36,8 @@
]) ])
]; ];
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
hostSpec = { hostSpec = {
hostName = "Incarceron"; hostName = "Incarceron";
persistFolder = "/persist"; persistFolder = "/persist";