This commit is contained in:
Aleksandr Lebedev 2025-10-19 15:17:03 +02:00
parent 7834796a46
commit e6f9600810
2 changed files with 8 additions and 0 deletions

View file

@ -111,6 +111,12 @@ in {
custom.hardware.bluetooth.enable = true;
custom.impermanence = enabled;
environment.systemPackages = with pkgs; [
tmux
icloudpd
immich-go
];
hardware.enableAllHardware = true;
hardware.enableAllFirmware = true;
boot.kernelModules = [

View file

@ -79,6 +79,8 @@ in {
];
labels = [
#"ubuntu-latest:docker://node:16-bullseye"
"debian-latest:docker://node:24.8.0-trixie"
"alpine-latest:docker://node:alpine"
## optionally provide native execution on the host:
"native:host"
"nixos:host"