summaryrefslogtreecommitdiff
path: root/modules/hosts
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2025-07-11 13:06:28 -0500
committerTim Keller <tjk@tjkeller.xyz>2025-07-11 13:06:28 -0500
commitff4ae2aec2f9999005487a4bbb25cbb67cbde3ea (patch)
tree5ada419ee5e65339ea70755a5207840ae5ce2e7f /modules/hosts
parent470531af44ebb4b7ca1194df0c0f8cc17794b9f1 (diff)
downloadnixos-decklink.tar.xz
nixos-decklink.zip
update derivation and decklink moddecklink
Diffstat (limited to 'modules/hosts')
-rw-r--r--modules/hosts/X230/configuration.nix7
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";
}