mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
Migration to new CPU RAM and MOBO
This commit is contained in:
parent
d40d26761b
commit
782953b900
9 changed files with 80 additions and 48 deletions
|
|
@ -3,9 +3,9 @@
|
|||
#important stuff first
|
||||
imports =
|
||||
[
|
||||
../modules/boot.nix
|
||||
../modules/amd.nix
|
||||
../modules/packages.nix
|
||||
../modules/nvidia.nix
|
||||
../modules/boot.nix
|
||||
../modules/fonts.nix
|
||||
../modules/scripts.nix
|
||||
../modules/vfio.nix
|
||||
|
|
@ -47,6 +47,8 @@
|
|||
fsType = "vfat";
|
||||
};
|
||||
};
|
||||
virtualisation.docker.enable = true;
|
||||
#mining stuff
|
||||
systemd.services.mining = {
|
||||
enable = false;
|
||||
path = with pkgs; [t-rex-miner afk-cmds st zsh dbus xmrig];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue