a binary-cache for some uC kernel, copy example configs to image
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user