a binary-cache for some uC kernel, copy example configs to image

This commit is contained in:
robert jakub
2024-10-27 17:37:28 +01:00
parent c5f1c04a30
commit feefa56ea0
2 changed files with 14 additions and 4 deletions

View File

@@ -8,11 +8,14 @@
speedFactor = 30;
supportedFeatures = ["nixos-test" "benchmark" "big-parallel" "kvm"];
protocol = "ssh-ng";
publicHostKey = "c3NoLWVkMjU1MTkgQUFBQUMzTnphQzFsWkRJMU5URTVBQUFBSUtNNHFWdEljcTJkazhNRWRzTG85L0lDaTI2YUloalowMGgvN3ZLcml2UWogcm9vdEBuaXhvcwo=";
}
];
nix.settings.substituters = ["http://nixcache.trustno1.corp/"];
nix.settings.experimental-features = ["nix-command" "flakes"];
nix.settings = {
substituters = ["https://cache-nix.project2.xyz/uconsole" "https://nixcache.trustno1.corp/"];
trusted-substituters = ["https://cache-nix.project2.xyz/uconsole"];
trusted-public-keys = ["uconsole:t2pv3NWEtXCYY0fgv9BB8r9tRdK+Tz7HYhGq9bXIIck="];
experimental-features = ["nix-command" "flakes"];
};
services.openssh.enable = true;
users.users.oom = {