mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 23:59:07 +02:00
base
This commit is contained in:
12
modules/hosts/computer-mo/configuration.nix
Normal file
12
modules/hosts/computer-mo/configuration.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ inputs, ...}:
|
||||
{
|
||||
flake.nixosModules.computer-mo = {
|
||||
imports = with inputs.self.modules.nixos; [
|
||||
base
|
||||
gnome
|
||||
gnome-apps
|
||||
steam
|
||||
overclocking
|
||||
];
|
||||
};
|
||||
}
|
||||
8
modules/hosts/computer-mo/hardware.nix
Normal file
8
modules/hosts/computer-mo/hardware.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
flake.nixosModules.computer-mo = {
|
||||
boot.kernelModules = [ "" ];
|
||||
boot.extraModulePackages = [ ];
|
||||
nixpkgs.hostPlatform = "x86_64-linux";
|
||||
hardware.cpu.amd.updateMicrocode = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user