diff options
| author | Mark Nipper <nipsy@bitgnome.net> | 2026-02-12 14:23:31 -0800 |
|---|---|---|
| committer | Mark Nipper <nipsy@bitgnome.net> | 2026-02-12 14:23:31 -0800 |
| commit | e1d176196c4a91699c042cb18ce46a7cbd38e205 (patch) | |
| tree | e7809dc00545e622c17dfd4617405d485d0a84a8 | |
| parent | 6c480da821d4f35dc0d1dbc0f89564f3445036f6 (diff) | |
| download | nix-e1d176196c4a91699c042cb18ce46a7cbd38e205.tar nix-e1d176196c4a91699c042cb18ce46a7cbd38e205.tar.gz nix-e1d176196c4a91699c042cb18ce46a7cbd38e205.tar.bz2 nix-e1d176196c4a91699c042cb18ce46a7cbd38e205.tar.lz nix-e1d176196c4a91699c042cb18ce46a7cbd38e205.tar.xz nix-e1d176196c4a91699c042cb18ce46a7cbd38e205.tar.zst nix-e1d176196c4a91699c042cb18ce46a7cbd38e205.zip | |
Fix typo
| -rw-r--r-- | hosts/caladan/hardware-configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/caladan/hardware-configuration.nix b/hosts/caladan/hardware-configuration.nix index 54ab02b..0b1ef9c 100644 --- a/hosts/caladan/hardware-configuration.nix +++ b/hosts/caladan/hardware-configuration.nix @@ -55,7 +55,7 @@ graphics = { enable = true; - enable32bit = true; + enable32Bit = true; #extraPackages = [ pkgs.nvidia-vaapi-driver ]; #extraPackages32 = [ pkgs.pkgsi686Linux.nvidia-vaapi-driver ]; package = pkgs.master.mesa; |
