summaryrefslogtreecommitdiff
path: root/util/liveiso/nixos/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'util/liveiso/nixos/common.nix')
-rw-r--r--util/liveiso/nixos/common.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/util/liveiso/nixos/common.nix b/util/liveiso/nixos/common.nix
index c797463096..33a93bc86f 100644
--- a/util/liveiso/nixos/common.nix
+++ b/util/liveiso/nixos/common.nix
@@ -8,7 +8,7 @@
<nixpkgs/nixos/modules/installer/cd-dvd/iso-image.nix>
];
- system.stateVersion = "23.05";
+ system.stateVersion = "23.11";
isoImage = {
makeEfiBootable = true;
@@ -64,7 +64,6 @@
bluetooth = {
enable = true;
powerOnBoot = false;
- package = pkgs.bluezFull;
};
};