mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2026-02-04 10:48:00 -05:00
Trying To Figure Out Boot Things
This commit is contained in:
parent
45a1303eaa
commit
9d5d45f02f
2 changed files with 3 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ inputs.nixpkgs.lib.nixosSystem {
|
||||||
boot.initrd.kernelModules = [ ];
|
boot.initrd.kernelModules = [ ];
|
||||||
boot.kernelModules = [ "kvm-amd" ];
|
boot.kernelModules = [ "kvm-amd" ];
|
||||||
boot.extraModulePackages = [ ];
|
boot.extraModulePackages = [ ];
|
||||||
|
boot.loader.grub.device = "/dev/vda";
|
||||||
services.xserver.videoDrivers = [ "amdgpu" ]; # TODO: I use wayland, do I need this?
|
services.xserver.videoDrivers = [ "amdgpu" ]; # TODO: I use wayland, do I need this?
|
||||||
hardware.enableRedistributableFirmware = true;
|
hardware.enableRedistributableFirmware = true;
|
||||||
powerManagement.cpuFreqGovernor = "performance";
|
powerManagement.cpuFreqGovernor = "performance";
|
||||||
|
|
@ -42,6 +43,8 @@ inputs.nixpkgs.lib.nixosSystem {
|
||||||
# TODO: passwordHash = nixpkgs.lib.fileContents ../../password.sha512;
|
# TODO: passwordHash = nixpkgs.lib.fileContents ../../password.sha512;
|
||||||
|
|
||||||
# Theming?
|
# Theming?
|
||||||
|
|
||||||
|
system.stateVersion = "23.11";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
0
modules/common/default.nix
Normal file
0
modules/common/default.nix
Normal file
Loading…
Add table
Add a link
Reference in a new issue