Change bootloader to grub for srv01-hf
This commit is contained in:
parent
db8b0f1d5f
commit
c4ec22b380
1 changed files with 7 additions and 1 deletions
|
@ -4,7 +4,6 @@
|
||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
../../modules/disko/efi-full-btrfs.nix
|
../../modules/disko/efi-full-btrfs.nix
|
||||||
../../modules/systemd-boot.nix
|
|
||||||
|
|
||||||
../../users/julius/nixos-server.nix
|
../../users/julius/nixos-server.nix
|
||||||
../../modules/nix.nix
|
../../modules/nix.nix
|
||||||
|
@ -18,6 +17,13 @@
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
boot = {
|
||||||
|
loader.grub = {
|
||||||
|
enable = true;
|
||||||
|
device = "/dev/sda";
|
||||||
|
};
|
||||||
|
tmp.useTmpfs = true;
|
||||||
|
};
|
||||||
|
|
||||||
networking.hostName = "srv01-hf"; # Define your hostname.
|
networking.hostName = "srv01-hf"; # Define your hostname.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue