diff options
author | Tim Keller <tjk@tjkeller.xyz> | 2025-07-11 13:06:28 -0500 |
---|---|---|
committer | Tim Keller <tjk@tjkeller.xyz> | 2025-07-11 13:06:28 -0500 |
commit | ff4ae2aec2f9999005487a4bbb25cbb67cbde3ea (patch) | |
tree | 5ada419ee5e65339ea70755a5207840ae5ce2e7f /modules/hosts | |
parent | 470531af44ebb4b7ca1194df0c0f8cc17794b9f1 (diff) | |
download | nixos-ff4ae2aec2f9999005487a4bbb25cbb67cbde3ea.tar.xz nixos-ff4ae2aec2f9999005487a4bbb25cbb67cbde3ea.zip |
update derivation and decklink moddecklink
Diffstat (limited to 'modules/hosts')
-rw-r--r-- | modules/hosts/X230/configuration.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/hosts/X230/configuration.nix b/modules/hosts/X230/configuration.nix index 9a8e6b4..4c8adab 100644 --- a/modules/hosts/X230/configuration.nix +++ b/modules/hosts/X230/configuration.nix @@ -9,7 +9,14 @@ crypto.enable = true; graphics.enable = true; office.enable = true; + video.enable = true; }; + # Allow unfree for nvidia + others + nixpkgs.config.allowUnfree = true; + + # Enable decklink + decklink.enable = true; + system.stateVersion = "24.05"; } |