Camille apprend des choses

victoriametrics
LapinPancake 2026-06-02 20:45:56 +02:00
parent c7ad5e6c87
commit f2293ab825
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
{ ... }:
{
imports = [
./hardware-configuration.nix
];
networking.hostName = "victoriametrics";
boot.loader.grub.devices = [ "/dev/sda" ];
crans = {
enable = true;
networking = {
id = 153;
srvNat = {
enable = true;
interface = "ens19";
};
};
resticClient.when = "06:29";
};
system.stateVersion = "26.05";
}