Обновить installer/installer-configuration.nix
This commit is contained in:
parent
5bbe64d519
commit
4f36c07330
1 changed files with 2 additions and 1 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue