fix build issues with the sd image
This commit is contained in:
parent
c5a7f8ea56
commit
26b430787e
8 changed files with 278 additions and 14 deletions
|
@ -49,8 +49,15 @@ in
|
|||
];
|
||||
|
||||
distributedBuilds = true;
|
||||
|
||||
settings = {
|
||||
trusted-users = [
|
||||
"@wheel"
|
||||
"remotebuild"
|
||||
];
|
||||
trusted-public-keys = [ "nixberry:25s8/rxsolAXg4skjnecCeqcfkxYE9FGCPG5UcXsFlw=" ];
|
||||
};
|
||||
};
|
||||
|
||||
${namespace} = {
|
||||
archetypes = {
|
||||
gaming.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue