forked from fediversity/fediversity
Compare commits
6 commits
37d11bc7d1
...
f5b8304475
| Author | SHA1 | Date | |
|---|---|---|---|
| f5b8304475 | |||
| ccc7d24bf0 | |||
| 4012f2b3a6 | |||
| f98301aacf | |||
| e47642ea5c | |||
| 6f58d38c45 |
2 changed files with 3 additions and 3 deletions
|
|
@ -48,7 +48,7 @@ in
|
||||||
"${modulesPath}/../lib/testing/nixos-test-base.nix"
|
"${modulesPath}/../lib/testing/nixos-test-base.nix"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
_module.args = { inherit inputs sources; };
|
_module.args = { inherit inputs sources modulesPath; };
|
||||||
inherit nodeName pathToRoot pathFromRoot;
|
inherit nodeName pathToRoot pathFromRoot;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -30,13 +30,13 @@
|
||||||
type = "gpt";
|
type = "gpt";
|
||||||
|
|
||||||
partitions = {
|
partitions = {
|
||||||
mbr = {
|
MBR = {
|
||||||
priority = 0;
|
priority = 0;
|
||||||
size = "1M";
|
size = "1M";
|
||||||
type = "EF02";
|
type = "EF02";
|
||||||
};
|
};
|
||||||
|
|
||||||
esp = {
|
ESP = {
|
||||||
priority = 1;
|
priority = 1;
|
||||||
size = "500M";
|
size = "500M";
|
||||||
type = "EF00";
|
type = "EF00";
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue