From 6ef6906a3167d37029011dfec7ed93dc487a1f65 Mon Sep 17 00:00:00 2001 From: caem Date: Thu, 16 Jan 2025 19:44:01 +0100 Subject: [PATCH] copy thing from example but correctly this time --- hosts/vm/disko.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/vm/disko.nix b/hosts/vm/disko.nix index a022249..c559077 100644 --- a/hosts/vm/disko.nix +++ b/hosts/vm/disko.nix @@ -23,9 +23,9 @@ }; root = { size = "100%"; - mountpoint = "/partition-root"; content = { type = "btrfs"; + mountpoint = "/partition-root"; extraArgs = [ "-f" "-L nixos" ]; subvolumes = { "/rootfs" = {