mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
Merge remote-tracking branch 'refs/remotes/origin/master'
This commit is contained in:
commit
1851d648b9
9 changed files with 141 additions and 121 deletions
|
|
@ -18,6 +18,7 @@
|
|||
|
||||
# Bootloader stuff
|
||||
boot = {
|
||||
kernelParams = [ "quiet" "loglevel=3" "systemd.show_status=false" "splash" ];
|
||||
loader.grub = {
|
||||
enable = lib.mkForce true;
|
||||
device = lib.mkForce "/dev/sda";
|
||||
|
|
|
|||
|
|
@ -6,6 +6,9 @@
|
|||
./../../modules/core/virtualization.nix
|
||||
inputs.nixos-hardware.nixosModules.framework-13-7040-amd
|
||||
];
|
||||
|
||||
# Enable fancy boot animations
|
||||
boot.plymouth.enable = true;
|
||||
|
||||
powerManagement = {
|
||||
enable = true;
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./../../modules/core
|
||||
./../../modules/home/nfs.nix
|
||||
# ./../../modules/home/nfs.nix
|
||||
./../../modules/core/virtualization.nix
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue