Test
This commit is contained in:
parent
801ace6a94
commit
63ce56e89f
1 changed files with 2 additions and 2 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue