mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 01:09:24 +08:00
Revert "devices.pc: remove cpu optimization, to get a working system asap"
This reverts commit 72236d82af.
This commit is contained in:
@@ -32,7 +32,7 @@ inputs:
|
||||
sysctl.laptop-mode = 5;
|
||||
kernel.variant = "xanmod-latest";
|
||||
};
|
||||
hardware = { gpu.type = "amd"; cpu = "amd"; };
|
||||
hardware.gpu.type = "amd";
|
||||
services =
|
||||
{
|
||||
samba =
|
||||
@@ -83,7 +83,7 @@ inputs:
|
||||
lumericalLicenseManager.macAddress = "10:5f:ad:10:3e:ca";
|
||||
};
|
||||
bugs = [ "xmunet" "amdpstate" "iwlwifi" ];
|
||||
# packages = { mathematica = {}; vasp = {}; lumerical = {}; };
|
||||
packages = { mathematica = {}; vasp = {}; lumerical = {}; };
|
||||
user.users = [ "chn" "xly" ];
|
||||
};
|
||||
# 允许kvm读取物理硬盘
|
||||
|
||||
Reference in New Issue
Block a user