feat: readd mellinoe to flake
This commit is contained in:
parent
a753ffeec1
commit
1dafd618e2
7 changed files with 28 additions and 17 deletions
|
@ -1,8 +1,11 @@
|
|||
{ lib, config, ... }:
|
||||
{
|
||||
imports = [
|
||||
../configs/bootloaders/systemd-boot.nix
|
||||
../configs/filesystems/impermanence.nix
|
||||
../configs/hardware/cpu_intel.nix
|
||||
../configs/services.nix
|
||||
];
|
||||
boot.kernelModules = [ "kvm-intel" ];
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
}
|
||||
|
|
17
hosts/mellinoe.nix
Normal file
17
hosts/mellinoe.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
inputs,
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
../configs/bootloaders/systemd-boot.nix
|
||||
../configs/filesystems/impermanence.nix
|
||||
../configs/hardware/nvidia.nix
|
||||
inputs.nixos-hardware.nixosModules.gigabyte-b650
|
||||
];
|
||||
boot.kernelModules = [ "kvm-intel" ];
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue