fixing fred

This commit is contained in:
Don Harper 2025-03-17 18:20:41 -05:00
parent b0ce8f5ea8
commit 4905a56c7f
4 changed files with 29 additions and 22 deletions

View file

@ -4,7 +4,7 @@
(modulesPath + "/profiles/qemu-guest.nix")
./disk-config.nix
];
disko.devices.disk.main.device = "/dev/nvme0n1";
disko.devices.disk.main.device = "/dev/sda";
boot = {
kernelPackages = pkgs.linuxPackages_zen;
kernelParams = [ "consoleblank=60" ];