Compare commits
12 Commits
b802a59868
...
4e01cff188
| Author | SHA1 | Date | |
|---|---|---|---|
| 4e01cff188 | |||
| 54b17fb5c4 | |||
| 7a51dd994e | |||
| 3f3279addd | |||
| c658ceae17 | |||
| f83ff915fa | |||
| a6e187e087 | |||
| 60d7c90432 | |||
| 56c5e69921 | |||
| 3972a1c3a6 | |||
| e5cbdcc170 | |||
| 2f34ce5abe |
@@ -5,6 +5,7 @@
|
||||
../common/base.nix
|
||||
../module/emulation.nix
|
||||
../module/debuginfod.nix
|
||||
../eudy/kernel/lttng.nix
|
||||
../eudy/kernel/perf.nix
|
||||
];
|
||||
|
||||
@@ -46,6 +47,12 @@
|
||||
# Disable garbage collection for now
|
||||
nix.gc.automatic = lib.mkForce false;
|
||||
|
||||
# Use nix cache from hut
|
||||
nix.settings = {
|
||||
substituters = [ "https://jungle.bsc.es/cache" ];
|
||||
trusted-public-keys = [ "jungle.bsc.es:pEc7MlAT0HEwLQYPtpkPLwRsGf80ZI26aj29zMw/HH0=" ];
|
||||
};
|
||||
|
||||
services.openssh.settings.X11Forwarding = true;
|
||||
|
||||
services.prometheus.exporters.node = {
|
||||
|
||||
Reference in New Issue
Block a user