feat(vcs): use jj
This commit is contained in:
parent
e5062fd2ea
commit
30f685b71f
5 changed files with 30 additions and 8 deletions
|
|
@ -35,6 +35,7 @@ in
|
|||
fontSize = 36;
|
||||
};
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.loader.efi.efiSysMountPoint = "/efi";
|
||||
boot.kernelParams = [
|
||||
"loglevel=3"
|
||||
"quiet"
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
fsType = "ext4";
|
||||
};
|
||||
|
||||
fileSystems."/boot" = {
|
||||
fileSystems."/efi" = {
|
||||
device = "/dev/disk/by-uuid/5646-BF32";
|
||||
fsType = "vfat";
|
||||
options = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue