bring back hydra

This commit is contained in:
Rouven Seifert 2024-01-04 00:13:46 +01:00
parent 031a2004f3
commit 60ed410a43
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
7 changed files with 62 additions and 23 deletions

View file

@ -14,6 +14,14 @@
./modules/virtualisation
];
# nixpkgs.hostPlatform = {
# gcc.arch = "tigerlake";
# gcc.tune = "tigerlake";
# system = "x86_64-linux";
# };
nix.settings.system-features = [ "gccarch-tigerlake" ];
# Use the systemd-boot EFI boot loader.
boot = {
kernelModules = [ "v4l2loopback" ];