Move boot configuration to hardware.nix
This commit is contained in:
parent
a11a25e38c
commit
8f69deca1e
4 changed files with 25 additions and 24 deletions
|
@ -11,14 +11,6 @@
|
|||
../../profiles/graphical/default.nix
|
||||
];
|
||||
|
||||
# Use the systemd-boot EFI boot loader.
|
||||
boot = {
|
||||
loader = {
|
||||
systemd-boot.enable = true;
|
||||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
};
|
||||
|
||||
networking = {
|
||||
hostId = "3cc1a4b2";
|
||||
hostName = "kholinar";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue