This commit is contained in:
albert 2024-04-26 12:30:08 +09:00
parent 801ace6a94
commit 63ce56e89f
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -2,7 +2,7 @@
services.btrfs.autoScrub.enable = true; services.btrfs.autoScrub.enable = true;
services.btrfs.autoScrub.interval = "weekly"; services.btrfs.autoScrub.interval = "weekly";
disko.devices = { disko.devices.disk = {
nvme0 = { nvme0 = {
type = "disk"; type = "disk";
device = "/dev/nvme0n1"; device = "/dev/nvme0n1";
@ -49,7 +49,7 @@
}; # content }; # content
}; # disko.devices.disk.nvme0 }; # disko.devices.disk.nvme0
disk = { mmcblk0 = {
type = "disk"; type = "disk";
device = "/dev/mmcblk0"; device = "/dev/mmcblk0";
content = { content = {