Externalize systemd-boot module
This commit is contained in:
parent
59506dac35
commit
544930ff2d
2 changed files with 16 additions and 9 deletions
|
@ -4,6 +4,7 @@
|
|||
imports =
|
||||
[
|
||||
../../modules/disko/efi-full-btrfs.nix
|
||||
../../modules/systemd-boot.nix
|
||||
|
||||
../../modules/nix.nix
|
||||
../../modules/network-server.nix
|
||||
|
@ -15,15 +16,6 @@
|
|||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
boot = {
|
||||
loader = {
|
||||
systemd-boot = {
|
||||
enable = true;
|
||||
};
|
||||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
tmp.useTmpfs = true;
|
||||
};
|
||||
|
||||
networking.hostName = "kube01"; # Define your hostname.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue