util/liveiso/nixos: Bump to 23.05

Bump to 23.05 and also rename settings in order to compliant with newest
namespaces and names.

Change-Id: I4a23466bef5c45ebb82d92038ec2595103c984d3
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/78399
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
This commit is contained in:
Felix Singer 2023-10-16 23:38:52 +02:00 committed by Felix Singer
parent 180c702bb9
commit 2282ed7c71
2 changed files with 4 additions and 4 deletions

View File

@ -11,4 +11,4 @@ fi
nix-build '<nixpkgs/nixos>' \
-A config.system.build.isoImage \
-I nixos-config=$config \
-I nixpkgs=https://github.com/NixOS/nixpkgs/archive/refs/heads/nixos-22.11.tar.gz
-I nixpkgs=https://github.com/NixOS/nixpkgs/archive/refs/heads/nixos-23.05.tar.gz

View File

@ -8,7 +8,7 @@
<nixpkgs/nixos/modules/installer/cd-dvd/iso-image.nix>
];
system.stateVersion = "22.11";
system.stateVersion = "23.05";
isoImage = {
makeEfiBootable = true;
@ -33,7 +33,7 @@
"console=ttyS0,115200"
"console=tty0"
"iomem=relaxed"
"intel-spi.writeable=1"
"spi_intel.writeable=1"
];
# pkgs.linuxPackages == lts
# pkgs.linuxPackages_latest == stable
@ -75,7 +75,7 @@
];
openssh = {
enable = true;
permitRootLogin = "yes";
settings.PermitRootLogin = "yes";
};
};