1
Fork 0

copy thing from example but correctly this time

This commit is contained in:
caem 2025-01-16 19:44:01 +01:00
parent 8c369a9c63
commit 6ef6906a31
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -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" = {