added zotac mini config

This commit is contained in:
twoneis 2024-06-02 13:33:31 +02:00
parent 860212df55
commit a90f492a23
5 changed files with 94 additions and 1 deletions

View file

@ -0,0 +1,29 @@
{ ... }: {
imports = [
./hardware-config.nix
./options.nix
];
networking.hostName = "akarso";
boot.loader = {
systemd-boot = {
enable = true;
};
efi.canTouchEfiVariables = true;
};
services.zfs.autoScrub.enable = true;
services.zfs.trim.enable = true;
hardware.opengl = {
enable = true;
driSupport = true;
driSupport32Bit = true;
};
services.thermald.enable = true;
system.stateVersion = "23.05";
}