added zotac mini config
This commit is contained in:
parent
860212df55
commit
a90f492a23
5 changed files with 94 additions and 1 deletions
29
devices/pleniscenta/default.nix
Normal file
29
devices/pleniscenta/default.nix
Normal 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";
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue