Migration to new CPU RAM and MOBO

This commit is contained in:
ISnortPennies 2022-12-28 12:28:39 -05:00
parent d40d26761b
commit 782953b900
9 changed files with 80 additions and 48 deletions

View file

@ -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];