attmps number 34

This commit is contained in:
Polen 2025-06-05 23:09:31 -04:00
parent 0357641dd0
commit 710e9a7343
4 changed files with 33 additions and 15 deletions

View file

@ -5,21 +5,20 @@
}: {
imports = [
# Include the results of the hardware scan.
./hardware-configuration.nix
./disk-config.nix
];
boot.loader = {
systemd-boot = {
grub = {
enable = true;
configurationLimit = 10;
version = 2;
device = "/dev/sda";
};
efi.canTouchEfiVariables = true;
};
services.openssh.enable = true;
boot.kernelModules = ["msr"];
#boot.kernelModules = ["msr"];
networking.hostName = "server";