Merge remote-tracking branch 'refs/remotes/origin/master'

This commit is contained in:
Ahwx 2025-01-30 10:22:21 +01:00
commit 1851d648b9
9 changed files with 141 additions and 121 deletions

View file

@ -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";

View file

@ -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;

View file

@ -3,7 +3,7 @@
imports = [
./hardware-configuration.nix
./../../modules/core
./../../modules/home/nfs.nix
# ./../../modules/home/nfs.nix
./../../modules/core/virtualization.nix
];