diff options
author | lassulus <lassulus@lassul.us> | 2018-07-25 01:25:04 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2018-07-31 21:39:51 +0200 |
commit | 0e8c5d1e6757ea049e5e58c2d56701748d99fe6a (patch) | |
tree | fbc9dc89a831c8e84f9bb3a470e8a62776db092a /example/config.nix | |
parent | d2f8f4a6cf7881fbf330e226fe54b4d774154af7 (diff) |
layout -> devices, expose body
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 = [ |