Обновить installer/installer-configuration.nix

This commit is contained in:
Gregory Bednov 2026-08-19 12:00:44 +03:00
commit 4f36c07330

View file

@ -5,7 +5,7 @@ let
configRepoUrl = "https://forgejo.gregorbednov.ru/gregorbednov/configuration.nix.git"; configRepoUrl = "https://forgejo.gregorbednov.ru/gregorbednov/configuration.nix.git";
in in
{ {
isoImage.isoName = "mirea-nixos-installer.iso"; isoImage.isoName = lib.mkForce "mirea-nixos-installer.iso";
isoImage.squashfsCompression = "zstd -Xcompression-level 6"; isoImage.squashfsCompression = "zstd -Xcompression-level 6";
services.getty.autologinUser = lib.mkForce "root"; services.getty.autologinUser = lib.mkForce "root";
@ -35,6 +35,7 @@ in
}; };
networking.networkmanager.enable = true; networking.networkmanager.enable = true;
networking.wireless.enable = lib.mkForce false;
networking.hosts."${buildNodeYggIP}" = [ "nixos.builds.node" ]; networking.hosts."${buildNodeYggIP}" = [ "nixos.builds.node" ];
nix.settings = { nix.settings = {