refactor: many changes
This commit is contained in:
parent
e46f2a4ee7
commit
7611a8daf3
14 changed files with 797 additions and 410 deletions
|
|
@ -1,5 +1,8 @@
|
|||
{ config, pkgs, ... }: {
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.systemd-boot = {
|
||||
enable = true;
|
||||
configurationLimit = 5;
|
||||
};
|
||||
|
||||
fileSystems."/boot" = {
|
||||
device = "/dev/disk/by-label/boot";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue