mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-11 15:07:44 -05:00
Dirty still
This commit is contained in:
parent
127d831889
commit
c8e1248e1d
2 changed files with 4 additions and 1 deletions
|
|
@ -12,10 +12,12 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
lix-module.nixosModules.default
|
||||
home-manager.nixosModules.home-manager
|
||||
sops-nix.nixosModules.sops
|
||||
./hardware-configuration.nix
|
||||
../../modules/common
|
||||
../../modules/nixos
|
||||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
# something with overlays, I don't get those yet.
|
||||
|
||||
# Hardware
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
{ inputs, globals, config, lib, pkgs, modulesPath, ... }:
|
||||
with inputs;
|
||||
{
|
||||
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
|
||||
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" ];
|
||||
boot.initrd.kernelModules = [ "amdgpu" ];
|
||||
boot.kernelModules = [ "kvm-amd" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue