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