This commit is contained in:
iFargle 2023-12-14 20:00:41 +09:00
parent 2c84e8fe15
commit c413fab81e
2 changed files with 3 additions and 3 deletions

View file

@ -79,7 +79,7 @@
};
imageConfigurations = {
nixos-linode-img = libx.mkMinImage { hostname = "nixos-linode-img"; format = "linode"; };
nixos-rpi4-img = libx.mkMinImage { hostname = "nixos-rpi4-img"; format = "sd-aarch64-installer"; platform = "aarch64-linux"; };
nixos-rpi4-img = libx.mkMinImage { hostname = "nixos-rpi4-img"; format = "sd-aarch64-installer"; };
nixos-iso-console = libx.mkImage { hostname = "nixos-iso-console"; format = "iso"; };
nixos-iso-desktop = libx.mkImage { hostname = "nixos-iso-desktop"; format = "iso"; desktop = "gnome"; };
};

View file

@ -62,8 +62,8 @@
format
}: inputs.nixos-generators.nixosGenerate {
specialArgs = { inherit inputs outputs desktop hostname username stateVersion hmStateVersion gpu platform theme format; };
format = format;
system = platform;
format = format;
modules = [
../nixos
@ -89,8 +89,8 @@
}:
inputs.nixos-generators.nixosGenerate {
specialArgs = { inherit inputs outputs desktop hostname username stateVersion hmStateVersion gpu platform theme format; };
format = format;
system = platform;
format = format;
modules = [
../nixos/minimal.nix