mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-25 23:05:38 +00:00
fix: types
This commit is contained in:
parent
c360460d80
commit
60b68785a9
@ -19,7 +19,7 @@
|
|||||||
type = "filesystem";
|
type = "filesystem";
|
||||||
format = "vfat";
|
format = "vfat";
|
||||||
mountpoint = "/boot";
|
mountpoint = "/boot";
|
||||||
extraArgs = "--label boot";
|
extraArgs = [ "--label boot" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
@ -33,7 +33,7 @@
|
|||||||
type = "filesystem";
|
type = "filesystem";
|
||||||
format = "ext4";
|
format = "ext4";
|
||||||
mountpoint = "/";
|
mountpoint = "/";
|
||||||
extraArgs = "--label nixos";
|
extraArgs = [ "--label nixos" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user