Set server hardware configuration

This commit is contained in:
thiloho
2025-10-24 10:28:54 +00:00
parent 272fc2f256
commit c8eb4610c9
2 changed files with 43 additions and 0 deletions

View File

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