feat: remove builder
This commit is contained in:
parent
ef0ec4693c
commit
cb539cc874
3 changed files with 0 additions and 30 deletions
|
@ -69,24 +69,5 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
nix.buildMachines = [{
|
|
||||||
hostName = "builder";
|
|
||||||
systems = [ "aarch64-linux" "x86_64-linux" ];
|
|
||||||
protocol = "ssh-ng";
|
|
||||||
maxJobs = 1;
|
|
||||||
speedFactor = 1;
|
|
||||||
supportedFeatures = [ "nixos-test" "benchmark" "kvm" ];
|
|
||||||
mandatoryFeatures = [ ];
|
|
||||||
}];
|
|
||||||
nix.distributedBuilds = true;
|
|
||||||
# optional, useful when the builder has a faster internet connection than yours
|
|
||||||
nix.extraOptions = ''
|
|
||||||
builders-use-substitutes = true
|
|
||||||
'';
|
|
||||||
age.secrets."ssh-builder" = {
|
|
||||||
file = ../../secrets/ssh-builder.age;
|
|
||||||
owner = "0";
|
|
||||||
path = "/root/.ssh/config";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,7 +18,6 @@ in
|
||||||
{
|
{
|
||||||
"github.age".publicKeys = all;
|
"github.age".publicKeys = all;
|
||||||
"ssh-home.age".publicKeys = personal;
|
"ssh-home.age".publicKeys = personal;
|
||||||
"ssh-builder.age".publicKeys = personal;
|
|
||||||
"uni-vpn.age".publicKeys = personal;
|
"uni-vpn.age".publicKeys = personal;
|
||||||
"wireguard-preshared-key.age".publicKeys = personal;
|
"wireguard-preshared-key.age".publicKeys = personal;
|
||||||
"wireguard-private-key.age".publicKeys = personal;
|
"wireguard-private-key.age".publicKeys = personal;
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
age-encryption.org/v1
|
|
||||||
-> ssh-ed25519 wG6LYg 5umyOPP+KaUaQckEZYnh+nyX2RIMDp/KtJraFuATQBM
|
|
||||||
qsS9JiY0qxR7IMwpH2x1VWF5A5/wrAkbeOzuMcf1fS0
|
|
||||||
-> ssh-ed25519 ZYd7Zg L9EJulnOPk7fEcmrWU8mVRbEN80dHCji1n4bnwGJigk
|
|
||||||
KTnk+Ku96gJ7Tj2egXyqX6UIuytHTuMFM1ygDXoIDxg
|
|
||||||
-> XQ.ai[-grease a ) r]>2~U
|
|
||||||
7CDc3c+1EZaEB15RE8JMzmdbr2WmQeP2ivIh4qgYTnKImHxJaJEhgScd0EzyEXVP
|
|
||||||
NZxuP+0
|
|
||||||
--- CE/X6hjRUWT1ya1ySIjFBnLdmPkVbL4ugDwYv9XGYoo
|
|
||||||
Úô½çµß‰¦¥×3Ïÿ8ìež:Im…èúÔF?U¨~Ù83ÍÉÜóÝðµôìNC<4E>zAÅãõúû°õM]0¥²fšð´ku˜›¯†<C2AF>FL§lš<åÀSXCÅÛhEh<45> Î¥GKF<15>È<+çÒoŒ_<C592>ÝÐIP´ùça<vJ<>SxzŸÇyࣖ_\ÿ<>8p‰¥æ0‘v
|
|
Loading…
Reference in a new issue