added config from zotac-mini

This commit is contained in:
twoneis 2024-02-11 02:57:29 +01:00
parent 7b641ca22a
commit 8023a45e00
2 changed files with 58 additions and 0 deletions

View file

@ -0,0 +1,17 @@
{ pkgs, ... }: {
imports = [
./hardware-config.nix
];
boot.kernelPackages = pkgs.linuxPackages_zen;
networking.hostName = "zotac-mini";
boot.loader = {
systemd-boot = {
enable = true;
};
};
system.stateVersion = "24.05";
}