copy thing from example but correctly this time
This commit is contained in:
parent
8c369a9c63
commit
6ef6906a31
1 changed files with 1 additions and 1 deletions
|
@ -23,9 +23,9 @@
|
||||||
};
|
};
|
||||||
root = {
|
root = {
|
||||||
size = "100%";
|
size = "100%";
|
||||||
mountpoint = "/partition-root";
|
|
||||||
content = {
|
content = {
|
||||||
type = "btrfs";
|
type = "btrfs";
|
||||||
|
mountpoint = "/partition-root";
|
||||||
extraArgs = [ "-f" "-L nixos" ];
|
extraArgs = [ "-f" "-L nixos" ];
|
||||||
subvolumes = {
|
subvolumes = {
|
||||||
"/rootfs" = {
|
"/rootfs" = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue