attmps number 34
This commit is contained in:
parent
0357641dd0
commit
710e9a7343
4 changed files with 33 additions and 15 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue