Apps
This commit is contained in:
parent
7834796a46
commit
e6f9600810
2 changed files with 8 additions and 0 deletions
|
|
@ -111,6 +111,12 @@ in {
|
||||||
custom.hardware.bluetooth.enable = true;
|
custom.hardware.bluetooth.enable = true;
|
||||||
custom.impermanence = enabled;
|
custom.impermanence = enabled;
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
tmux
|
||||||
|
icloudpd
|
||||||
|
immich-go
|
||||||
|
];
|
||||||
|
|
||||||
hardware.enableAllHardware = true;
|
hardware.enableAllHardware = true;
|
||||||
hardware.enableAllFirmware = true;
|
hardware.enableAllFirmware = true;
|
||||||
boot.kernelModules = [
|
boot.kernelModules = [
|
||||||
|
|
|
||||||
|
|
@ -79,6 +79,8 @@ in {
|
||||||
];
|
];
|
||||||
labels = [
|
labels = [
|
||||||
#"ubuntu-latest:docker://node:16-bullseye"
|
#"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:
|
## optionally provide native execution on the host:
|
||||||
"native:host"
|
"native:host"
|
||||||
"nixos:host"
|
"nixos:host"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue