mirror of
https://git.lgmrszd.xyz/Lgmrszd/nix-cfg.git
synced 2025-12-14 15:48:21 +01:00
laptop: move boot partition, adjust boot settings
This commit is contained in:
parent
4ae9a96d1a
commit
216bb8b5a8
2 changed files with 2 additions and 4 deletions
|
|
@ -43,9 +43,8 @@ in
|
|||
};
|
||||
|
||||
fileSystems."/boot" =
|
||||
{ device = "/dev/disk/by-uuid/E095-34D8";
|
||||
{ device = "/dev/disk/by-uuid/7C85-2DFB";
|
||||
fsType = "vfat";
|
||||
options = [ "noauto" ];
|
||||
};
|
||||
|
||||
swapDevices =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue