summaryrefslogtreecommitdiffstats
path: root/makefu/1systems/omo/hw/omo.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2022-05-30 12:56:43 +0200
committermakefu <github@syntax-fehler.de>2022-05-30 12:56:43 +0200
commit12436ad8beefeb818954076432e469f34e831ad2 (patch)
tree68ba5a0643bb0e819b253087f18fae65214946e8 /makefu/1systems/omo/hw/omo.nix
parent7e89bf587256e6148b2ed46e4da0ac818a1dd012 (diff)
ma omo.r: enable vaapi
Diffstat (limited to 'makefu/1systems/omo/hw/omo.nix')
-rw-r--r--makefu/1systems/omo/hw/omo.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/makefu/1systems/omo/hw/omo.nix b/makefu/1systems/omo/hw/omo.nix
index ae5b778b..eaedbb77 100644
--- a/makefu/1systems/omo/hw/omo.nix
+++ b/makefu/1systems/omo/hw/omo.nix
@@ -39,7 +39,9 @@ let
in {
imports =
[ # TODO: unlock home partition via ssh
- <stockholm/makefu/2configs/fs/sda-crypto-root.nix> ];
+ ./vaapi.nix
+ <stockholm/makefu/2configs/fs/sda-crypto-root.nix> ];
+
makefu.server.primary-itf = primaryInterface;
system.activationScripts.createCryptFolders = ''
${lib.concatMapStringsSep "\n"