debugging

This commit is contained in:
2026-03-03 01:15:52 +01:00
parent 0634385f81
commit cafb583c61
9 changed files with 67 additions and 5 deletions

View File

@@ -3,10 +3,7 @@
flake.nixosModules.computer-mo = {
imports = with inputs.self.modules.nixos; [
base
gnome
gnome-apps
steam
overclocking
home-manager
];
};
}

View File

@@ -4,6 +4,6 @@
boot.kernelParams = [ "quiet" "splash" "boot.shell_on_fail" "loglevel=3" "rd.systemd.show_status=false" "rd.udev.log_level=3" "udev.log_priority=3" ];
nixpkgs.hostPlatform = "x86_64-linux";
hardware.cpu.amd.updateMicrocode = true;
networking.hostName = computer-mo;
networking.hostName = "computer-mo";
};
}