Include hardware configuration for demo server

This commit is contained in:
Thilo Hohlt
2024-08-11 19:07:51 +02:00
committed by GitHub
parent 6ee64463a8
commit 014fe744ab

View File

@@ -1,5 +1,9 @@
{ pkgs, ... }:
{
imports = [
./hardware-configuration.nix
];
boot = {
loader = {
systemd-boot.enable = true;