This commit is contained in:
parent
caf2f287bf
commit
4c5cbefc9e
1 changed files with 1 additions and 2 deletions
|
@ -3,7 +3,6 @@
|
||||||
|
|
||||||
services.btrfs.autoScrub.enable = true;
|
services.btrfs.autoScrub.enable = true;
|
||||||
services.btrfs.autoScrub.interval = "weekly";
|
services.btrfs.autoScrub.interval = "weekly";
|
||||||
boot.loader.efi.efiSysMountPoint = "/boot/efi";
|
|
||||||
|
|
||||||
disko.devices.disk.nvme0 = {
|
disko.devices.disk.nvme0 = {
|
||||||
device = "/dev/nvme0n1";
|
device = "/dev/nvme0n1";
|
||||||
|
@ -21,7 +20,7 @@
|
||||||
content = {
|
content = {
|
||||||
type = "filesystem";
|
type = "filesystem";
|
||||||
format = "vfat";
|
format = "vfat";
|
||||||
mountpoint = "/boot/efi";
|
mountpoint = "/boot";
|
||||||
};
|
};
|
||||||
} # partition 1 (ESP)
|
} # partition 1 (ESP)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue