repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vuls: init at 0.27.0
[NixPkgs.git]
/
nixos
/
maintainers
/
scripts
/
ec2
/
amazon-image-zfs.nix
blob
32dd96a7cb7e4d27c17ba2a221f58ba035d5a441
1
{
2
imports = [ ./amazon-image.nix ];
3
ec2.zfs = {
4
enable = true;
5
datasets = {
6
"tank/system/root".mount = "/";
7
"tank/system/var".mount = "/var";
8
"tank/local/nix".mount = "/nix";
9
"tank/user/home".mount = "/home";
10
};
11
};
12
}