mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-21 17:02:18 +00:00
pixnix: move boot.loader itmes into hardware-config
This commit is contained in:
parent
59d7a0d427
commit
b7f30e13b7
2 changed files with 7 additions and 7 deletions
|
@ -16,13 +16,6 @@
|
|||
../common/optional/sshd.nix
|
||||
];
|
||||
|
||||
boot = {
|
||||
loader = {
|
||||
systemd-boot.enable = true;
|
||||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
};
|
||||
|
||||
networking = {
|
||||
hostName = "pixnix";
|
||||
networkmanager.enable = true;
|
||||
|
|
|
@ -12,6 +12,13 @@
|
|||
};
|
||||
kernelModules = [ "kvm-intel" ];
|
||||
extraModulePackages = [ ];
|
||||
loader = {
|
||||
systemd-boot = {
|
||||
enable = true;
|
||||
consoleMode = "max";
|
||||
};
|
||||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue