remote-builds: WIP
This commit is contained in:
parent
96ddd61320
commit
b7d8797a6d
|
@ -12,6 +12,7 @@
|
||||||
./gaming
|
./gaming
|
||||||
./geoffrey.nix
|
./geoffrey.nix
|
||||||
./printing
|
./printing
|
||||||
|
./remote-builds
|
||||||
./style
|
./style
|
||||||
./wireless
|
./wireless
|
||||||
];
|
];
|
||||||
|
|
15
os/remote-builds/default.nix
Normal file
15
os/remote-builds/default.nix
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
{ pkgs, lib, config, ... }:
|
||||||
|
let
|
||||||
|
publicKeys = [
|
||||||
|
"abavorana.frogeye.fr:rcKZ9gwaIQLcst/vbhbF7meUQD5sveT2QQN4a+Zo1BM="
|
||||||
|
"ludwig.clowncar.frogeye.fr:jTlN0fCOLU49M3LQw5j/u++Gmwrsv3m9RGs0slSg6r0="
|
||||||
|
];
|
||||||
|
# MANU pass vivarium/lemmy/remote-builds/cache | nix key convert-secret-to-public | cat
|
||||||
|
in
|
||||||
|
{
|
||||||
|
config = {
|
||||||
|
nix.settings = {
|
||||||
|
trusted-public-keys = publicKeys;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue