avoid rebuilding firefox

This commit is contained in:
2025-11-26 20:56:35 +01:00
parent 4ed3938223
commit 767e1e50be
9 changed files with 58 additions and 42 deletions

View File

@@ -27,12 +27,13 @@
inputs.nixos-hardware.nixosModules.common-pc-ssd
inputs.nixos-hardware.nixosModules.common-cpu-intel-cpu-only
../../../hardware/gpu/cuda.nix
../../../hardware/gpu/zluda.nix
../../../profiles/nix-ld.nix
../../../profiles/sshd
../../../profiles/nix-cgroups.nix
#../../../profiles/no-suspend.nix
#../../../profiles/oci/podman.nix
# ../../../profiles/oci/podman.nix
../../../profiles/oci/docker.nix
../../../users/pbsds

View File

@@ -19,6 +19,16 @@
systemd.services."getty@tty1".enable = false;
systemd.services."autovt@tty1".enable = false;
# for testing only, not for building
# boot.binfmt.addEmulatedSystemsToNixSandbox = false;
# boot.binfmt.emulatedSystems = [
# # "armv7l-linux"
# # "aarch64-linux"
# # "riscv64-linux"
# "i686-windows"
# "x86_64-windows"
# ];
imports = [
./hardware-configuration.nix
inputs.nixos-hardware.nixosModules.common-pc

View File

@@ -50,6 +50,7 @@
inputs.nixos-hardware.nixosModules.common-cpu-intel
../../../hardware/gpu/intel.nix
../../../hardware/gpu/cuda.nix
../../../hardware/gpu/zluda.nix
../../../hardware/printer/hp-laserjet-p1005.nix
../../../hardware/printer/share.nix
@@ -88,14 +89,14 @@
hardware.bluetooth.enable = true;
environment.systemPackages = [
pkgs.davinci-resolve
# pkgs.davinci-resolve # broken on cuda
pkgs.krita
pkgs.pbsds.v4l2-play
pkgs.librealsense-gui
pkgs.freecad
# pkgs.pbsds.v4l2-play
# pkgs.librealsense-gui
# pkgs.freecad
pkgs.chromium
pkgs.cemu
pkgs.azahar # citra
# pkgs.cemu
# pkgs.azahar # citra
];