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 = {
|
||||
size = "100%";
|
||||
mountpoint = "/partition-root";
|
||||
content = {
|
||||
type = "btrfs";
|
||||
mountpoint = "/partition-root";
|
||||
extraArgs = [ "-f" "-L nixos" ];
|
||||
subvolumes = {
|
||||
"/rootfs" = {
|
||||
|
|
Loading…
Add table
Reference in a new issue