diff options
Diffstat (limited to 'example/config.nix')
-rw-r--r-- | example/config.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/example/config.nix b/example/config.nix index 36c0950..be02f23 100644 --- a/example/config.nix +++ b/example/config.nix @@ -1,8 +1,8 @@ # usage: nix-instantiate --eval --json --strict example/config.nix | jq . { - type = "layout"; + type = "devices"; content = { - "/dev/sda" = { + sda = { type = "table"; format = "gpt"; partitions = [ |