mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
testing package
This commit is contained in:
parent
a0dc72ccda
commit
12d01c65a9
4 changed files with 14 additions and 74 deletions
|
|
@ -23,6 +23,7 @@
|
|||
android-tools
|
||||
openjdk
|
||||
AFKCommands
|
||||
xmrig
|
||||
];
|
||||
#user managment
|
||||
users = {
|
||||
|
|
@ -34,7 +35,7 @@
|
|||
};
|
||||
boot = {
|
||||
initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usbhid" "uas" "sd_mod" ];
|
||||
kernelModules = [ "kvm-amd" ];
|
||||
kernelModules = [ "kvm-amd" "msr"];
|
||||
};
|
||||
fileSystems = {
|
||||
"/" ={
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue