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.interval = "weekly";
|
||||
|
||||
disko.devices = {
|
||||
disko.devices.disk = {
|
||||
nvme0 = {
|
||||
type = "disk";
|
||||
device = "/dev/nvme0n1";
|
||||
|
@ -49,7 +49,7 @@
|
|||
}; # content
|
||||
}; # disko.devices.disk.nvme0
|
||||
|
||||
disk = {
|
||||
mmcblk0 = {
|
||||
type = "disk";
|
||||
device = "/dev/mmcblk0";
|
||||
content = {
|
||||
|
|
Loading…
Reference in a new issue