summaryrefslogtreecommitdiff
path: root/modules/hosts/X230
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hosts/X230')
-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";
}